Replies: 1 comment 1 reply
-
You may try to use CasADi & Pinocchio3 to get Jacobian of dynamics |
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
-
I am a new user of Pinocchio. This is really an amazing library.
I used Pinocchio to calculate the whole-body dynamics$\dot x = f(x, u)$ for a humanoid robot. $x$ is $[q, \dot q]$ , where $q$ is the state in generalized coordinates. Specifically, I did sth like:
Now, I am trying to get the Jacobian of the dynamics. In other words, I want$\partial f/\partial x$ and $\partial f/\partial u$ . Does Pinocchio already provide some functions to do this?
Beta Was this translation helpful? Give feedback.
All reactions