jaxsim
jaxsim copied to clipboard
Implement algorithm to compute the standalone Coriolis matrix `C(q, ν)`
A possible algorithm to implement is https://arxiv.org/pdf/2010.01033 .
Thanks! I already had a look at it. Another interesting xref is https://github.com/robotology/idyntree/issues/745.
Check out: flferretti/jaxsim @ feature/coriolis
Now that #169 added the support of computing $\dot{J}$, I tried to compute the Coriolis matrix without implementing a new RBDA (I still have few doubts on how to handle the base-related blocks for an iterative algorithm) in #172. The computation is pretty slow, but downstream users that need this matrix for particular controllers at least can play with it.
I'll leave this issue open since an iterative algorithm is desired. Maybe someone, now that there is a ground truth, is willing enough to dig into this implementation sooner or later.