-
Notifications
You must be signed in to change notification settings - Fork 324
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
[Ready] Port over interpolation formulae, abort if goals tolerance violated #62
Conversation
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
==========================================
+ Coverage 33.12% 36.15% +3.03%
==========================================
Files 12 23 +11
Lines 1123 2135 +1012
Branches 740 1297 +557
==========================================
+ Hits 372 772 +400
- Misses 103 202 +99
- Partials 648 1161 +513
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
this has to be rebased |
I'll take care of it |
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.
LGTM
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.
With #68 merged I rebased this again and reviewed, looks good!
@bmagyar @v-lopez So it seems there are a couple of updates in ros2_control that were intended for foxy that have propagated to the tests. I'm unable to compile them because I'm still on eloquent, and have to stay there for work reasons. Perhaps some of you would like to take over this PR for foxy? The only work TBD is to make sure it's somewhat compatible with the partial joints PR and that the tests are updated to co-exist with the refactoring. |
I'll try to give it a shot tomorrow. |
I've tested with a docker from The interaction with the partial joints should be straightforward, because your changes affect the Trajectory class, where the partial goals have been converted to full goals. Is there anything I am missing? |
There were a number of changes in test_trajectory_actions.cpp and when this refactor test cases PR came up. But I've looked at it and it seems fine. So LGTM |
Siphoned from #36
Addresses issue #30
Things done: