Jacobian for a body chain #2490
-
IntroI'm a student and trying to calculate Jacobian between dofs of a specific body chain (eg: wrist to a finger end body on a robot composed of manipulator + a multi-fingered hand) and one point on the finger (eg: fingertip) The most relevant APIs seem to be
Besides, they are also not exposed yet by MJAPI. My setupMuJoCo 3.3.1, API (C), Ubuntu 22.04 Confirmations
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You can get Jacobians using mj_jac and related functions. I think what you want is equivalent to the Jacobian of the finger minus the jacobian of the wrist, is it not? |
Beta Was this translation helpful? Give feedback.
You can get Jacobians using mj_jac and related functions. I think what you want is equivalent to the Jacobian of the finger minus the jacobian of the wrist, is it not?