Replies: 1 comment 1 reply
-
The answer to your question, where |
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
-
Hi,
Thank you for open sourcing this library!
I am new to this library, I was wondering after creating the robot model using
could I get the functions$x_{n+1} = f(x_n, u_n)$ , $\displaystyle\frac{\partial f}{\partial u}$ , $\displaystyle\frac{\partial f}{\partial x}$ , $\displaystyle\frac{\partial^2 f}{\partial x\partial x}$ , $\displaystyle\frac{\partial^2 f}{\partial x\partial u}$ and $\displaystyle\frac{\partial^2 f}{\partial u\partial u}$ using pinocchio?
Beta Was this translation helpful? Give feedback.
All reactions