Replies: 1 comment 2 replies
-
In case of doubt, always write down motion vectors in full, i.e. from which frame, to which frame, expressed in which frame. Let's denote by
Hoping this helps! |
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
-
I just had a look into the unit test of Frames-Derivatives: https://github.com/stack-of-tasks/pinocchio/blob/master/unittest/frames-derivatives.cpp . I noted that in the finite difference test for partial_vel_local_world_aligned_partial_q the test adds an extra element when computing the finite difference:
Instead of computing$\Delta v = v^+ -v$ , it uses $\Delta v = v^+ -\omega^+ \times (r^+ -r) -v$ .
I am sure the existing implementation is correct, and that there probably is som combination of Spatial and Lie-algebra here which I quite don't understand.
However I don't see howe the above implementation aligns with the definition of a partial derivative.
Beta Was this translation helpful? Give feedback.
All reactions