Second derivative of the Jacobian with respect to time #2468
Unanswered
Linjackffy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement a controller that constrains Cartesian Jerk using the Pinocchio library.
$$J = \ddot{J}(q,\dot{q},\ddot{q})\dot{q}+2\dot{J}(q,\dot{q})\ddot{q}+J(q)\dddot{q}$$ .$$J$$ and $$\dot{J}$$ .$$\ddot{J}$$ ?
After reviewing the pinocchio_cheat_sheet and the relevant documentation, I only found functions for
Can I use the existing functions in Pinocchio to calculate
Any suggestions or guidance would be greatly appreciated!
P.S. There is an error in the pinocchio_cheat_sheet.tex.
pinocchio/doc/pinocchio_cheat_sheet.tex
Line 260 in 4e13260
Beta Was this translation helpful? Give feedback.
All reactions