SymPyBotics icon indicating copy to clipboard operation
SymPyBotics copied to clipboard

function rne_park_forward issue

Open zhengf0509 opened this issue 4 years ago • 1 comments

In this function, dV[i] = ifunc(geom.S[i] * rbtdef.ddq[i]) +
ifunc(Adj(geom.Tdh_inv[i], dV[i - 1])) +
ifunc(adj(ifunc(Adj(geom.Tdh_inv[i], V[i - 1])), ifunc(geom.S[i] * rbtdef.dq[i])))

but I think dV[i] = ifunc(geom.S[i] * rbtdef.ddq[i]) +
ifunc(Adj(geom.Tdh_inv[i], dV[i - 1])) +
ifunc(adj(ifunc(Adj(geom.Tdh_inv[i], V[i - 1]) +ifunc(geom.S[i] * rbtdef.dq[i])), ifunc(geom.S[i] * rbtdef.dq[i])))

beccause the bold font content should be the adjoint matrix of twist V[i]。

zhengf0509 avatar Dec 13 '20 04:12 zhengf0509

Please, make a Pull Request. It will be easier to review the change.

cdsousa avatar Dec 27 '20 11:12 cdsousa