-
Notifications
You must be signed in to change notification settings - Fork 327
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
[JTC] Parse URDF for continuous joints #949
[JTC] Parse URDF for continuous joints #949
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #949 +/- ##
===========================================
+ Coverage 47.71% 71.56% +23.85%
===========================================
Files 41 41
Lines 3871 3651 -220
Branches 1833 1794 -39
===========================================
+ Hits 1847 2613 +766
+ Misses 751 718 -33
+ Partials 1273 320 -953
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This pull request is in conflict. Could you fix it @christophfroehlich? |
This pull request is in conflict. Could you fix it @christophfroehlich? |
1 similar comment
This pull request is in conflict. Could you fix it @christophfroehlich? |
a8145aa
to
94eff50
Compare
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.
Very clean! Great work
Use
urdf
package to parse the URDF string for joints. If they are of continuous type, activateangle_wraparound
automatically.Fixes #815