Replies: 1 comment 1 reply
-
Could you share a fully reproducible model with your robot model please? |
Beta Was this translation helpful? Give feedback.
1 reply
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:
Beta Was this translation helpful? Give feedback.
All reactions