-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add relative Jacobian functions to MetaSkeleton #997
Conversation
Codecov Report
@@ Coverage Diff @@
## release-6.4 #997 +/- ##
===============================================
+ Coverage 56.7% 56.81% +0.11%
===============================================
Files 310 310
Lines 24050 24104 +54
===============================================
+ Hits 13637 13695 +58
+ Misses 10413 10409 -4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess I really liked the word Jabocian
??
It seems Travis fails on debug mode because the test size is too large since the test in the 5-level of nested for-statements. Let me address that tomorrow. |
Summary
This PR adds additional Jacobian functions to
MetaSkeleton
for getting relative Jacobians (and its derivatives) of a frame to an arbitrary frame in the same skeleton.Caveat
Functions for getting the derivatives of classical relative Jacobian are missing. This will be added in future PRs.
Resolves #230
Before creating a pull request
Before merging a pull request
CHANGELOG.md