You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should investigate if we can compute a "full" free-floating jacobian (with all columns filled) in a shared representation (like a doubly-left one), and then produce the link jacobian by filtering the columns using the support parent array $\kappa(i)$ together with appropriate conversions of input/output velocity representations.
The text was updated successfully, but these errors were encountered:
Currently we are computing the free-floating jacobian$J \in \mathbb{R}^{6 \times (6 + n)}$ using the following algorithm:
jaxsim/src/jaxsim/physics/algos/jacobian.py
Lines 14 to 25 in 4fd2032
When jit-compiled,
body_index
must be a static argument, therefore the following vectorization is quite slow:jaxsim/src/jaxsim/api/model.py
Lines 460 to 469 in 4fd2032
We should investigate if we can compute a "full" free-floating jacobian (with all columns filled) in a shared representation (like a doubly-left one), and then produce the link jacobian by filtering the columns using the support parent array$\kappa(i)$ together with appropriate conversions of input/output velocity representations.
The text was updated successfully, but these errors were encountered: