how to compute jacobians derivative of the classic accelerations #2192
Unanswered
liuxiaoyiyixiaoliu
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hi @liuxiaoyiyixiaoliu |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ALICEYZ5. Sorry to bother you. |
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
-
I tried the method in issue#2141 to solve the derivative of the Jacobian matrix corresponding to the classic acceleration, but when I used the finite difference method to verify, I found that the results of the two were different. The code is as follows. Assume that the correct Jacobian derivative is dot_J, which strictly satisfies the relationship dot_J=dJ/dt. From my tests, I found that dJ_c can still solve for the correct classic acceleration, but only satisfies dJ_c@dq=dot_J@dq, however dJ_c!=dot_J, I want to know how to solve the dot_J. where dot_J=dJ/dt
Beta Was this translation helpful? Give feedback.
All reactions