Replies: 1 comment
-
Pinocchio does not use roll, pitch, yaw convention to avoid singularity issues related to this parametrization of rotation. Certainly, you should provide a short code example (in Python if possible), in such a way we can help you further ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have checked several previous issues on joint jacobian but I guess I'm still having trouble understanding it correctly. What does the rotation part (the last 3 rows) of the joint jacobian correspond to, specifically?
I'm working on friction on the end effector of a manipulator. So I would like to compute the jacobian of the roll, pitch, and yaw angle of the end effector frame (or yaw, pitch, roll, or whatever order). I'm not sure if the joint jacobian computed in Pinocchio can provide what I need here.
I would appreciate it very much if someone could help me with this conceptual question!
Beta Was this translation helpful? Give feedback.
All reactions