How to calculate the mapping between time derivatives of generalized position and generalized velocity? #2493
-
The generalized position and generalized velocity are So my question is: how to calculate Although I know that Computational I would appreciate it if you could answer my question! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello, thanks for your interest in Pinocchio! There is no matrix |
Beta Was this translation helpful? Give feedback.
Any numerical solver which wants to use non-Euclidean Lie group configurations and Pinocchio has to perform the necessary steps (trivializing gradients, using the exp map given by$=q\cdot \exp_Q(\delta q)$ to perform gradient descent, etc).
pin.integrate(model, q, dq)
Examples of this use are our NLP solver proxsuite-nlp, and the trajopt libraries crocoddyl and aligator.