Choose 'starting-frame' for compute(Frame/Joint)Jacobian #2336
-
I'm using an installation where the urdf model is not a single tree, but rather branching out. I would like to compute the Jacobian (and transform) from the robot-to-work frame. For the transform it is straight forward, as I can compute world-to-robot and world-to-work separately, and then combine the two. Is there a similar possibility for the Jacobian? An argument that I can give to a function or setting the starting frame? Thank you very much for any insight. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thanks @lukas-ramlab for using Pinocchio. |
Beta Was this translation helpful? Give feedback.
You can do it indirectly, as follows:
This snippet should be self-understandable.