Computing Partial derivatives of a function #1894
Answered
by
jcarpent
Betancourt20
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Betancourt20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was looking to the best/optimal way to compute${ \frac{\partial{({J} {J}^T)}}{\partial{{q}_i}} }$ and I found that using finite difference is quite not the best as explained in https://hal.science/hal-01790971 . Do you believe there is another easiest way?
I found this example https://github.com/stack-of-tasks/pinocchio/blob/master/unittest/python/bindings_com_velocity_derivatives.py but I'm not sure this is the best way to do it.
Thank you so much for your support,
best regards,
Julio
Beta Was this translation helpful? Give feedback.
All reactions