Question on pinocchio::computeCoriolisMatrix #2298
-
Hello. When I use It seems that the quaternion of |
Beta Was this translation helpful? Give feedback.
Answered by
fabinsch
Jun 24, 2024
Replies: 1 comment 2 replies
-
Can I use pinocchio::NonlinearEffect to replace pinocchio::computeCotiolisMatrix and pinocchio::computeGeneralizedGravity? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @xiaosuyang, indeed there seems to be a problem with your q. You could use Pinocchio's helper functions to make sure a configuration is valid by
I hope this helps.