Replies: 2 comments 1 reply
|
Could you share a fully reproducible model with your robot model please? |
1 reply
|
I think you just need to call cpin.computeJointJacobians() before calling cpin.getFrameJacobians() so that cdata.J is correctly populated. |
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.
Description:
I am trying to compute the Jacobian matrix$J(q)$ of the end-effector of a robot using Pinocchio and CasADi, and I want to obtain the explicit functional relationship between the Jacobian and the joint configuration $q$ .
So far, I have successfully loaded the robot model and obtained kinematic data for the robot at a given configuration. Specifically, I want to:
Here is what I have tried so far:
But I found that the printed result always ends up being:
All reactions