-
Notifications
You must be signed in to change notification settings - Fork 88
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 the ability to change KDL parameters from kinematics configuration #843
Add the ability to change KDL parameters from kinematics configuration #843
Conversation
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.
Thank you for the PR.
tesseract_kinematics/kdl/include/tesseract_kinematics/kdl/kdl_utils.h
Outdated
Show resolved
Hide resolved
tesseract_kinematics/kdl/include/tesseract_kinematics/kdl/kdl_utils.h
Outdated
Show resolved
Hide resolved
tesseract_kinematics/kdl/include/tesseract_kinematics/kdl/kdl_utils.h
Outdated
Show resolved
Hide resolved
tesseract_kinematics/kdl/include/tesseract_kinematics/kdl/kdl_utils.h
Outdated
Show resolved
Hide resolved
tesseract_kinematics/kdl/include/tesseract_kinematics/kdl/kdl_inv_kin_chain_nr.h
Outdated
Show resolved
Hide resolved
tesseract_kinematics/kdl/include/tesseract_kinematics/kdl/kdl_utils.h
Outdated
Show resolved
Hide resolved
I think the only thing left is to updated unit tests. I think if you give the config a default in the header it will fix most of them. Also if there are unit tests for parsing the yaml file those will need to be updated to account for the new parameters. It may be easiest to add parser code for each of the structs. |
- Add Eigen alignment - Trivialize assignment operators to avoid storing kdl_config (though I can do this if preferred) - Format
f51d9ca
to
d7dda31
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #843 +/- ##
==========================================
- Coverage 90.18% 90.14% -0.05%
==========================================
Files 280 280
Lines 15800 15836 +36
==========================================
+ Hits 14250 14276 +26
- Misses 1550 1560 +10 |
3124cd9
into
tesseract-robotics:master
…ics#843) - Some clang_tidy and typo fixes
- Some clang_tidy and typo fixes
No description provided.