Implementation of Function Body #2490
Replies: 1 comment
-
Just found it myself, seems to be in the *.hxx file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've introduced Pinocchio to our codebase, and we're amazed by the efficiency and simplicity of the library. Thanks for the great work.
A question on the code-structure: I'm looking how the
computeJointJacobians
algorithm is defined. But when looking in thejacobian.cpp
, I can only find the header / template of the function. Where is the actual algorithm defined?https://github.com/stack-of-tasks/pinocchio/blob/master/src/algorithm/jacobian.cpp
Beta Was this translation helpful? Give feedback.
All reactions