-
Notifications
You must be signed in to change notification settings - Fork 383
Remove deprecated feedforward parameter+service #1753
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
Remove deprecated feedforward parameter+service #1753
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.
Can you please remove changes due to optionals? For consistency, we have a long going PR in fixing them all at once: #1566
3575b89
to
21fd458
Compare
Sorry was not aware of the other PR. Should be fixed now. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1753 +/- ##
==========================================
- Coverage 86.29% 86.23% -0.07%
==========================================
Files 123 123
Lines 11941 11890 -51
Branches 995 993 -2
==========================================
- Hits 10305 10253 -52
- Misses 1333 1336 +3
+ Partials 303 301 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Thanks, this 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.
LGTM. Demo example_16 (https://github.com/ros-controls/ros2_control_demos/tree/master/example_16) needs to be updated correspondingly.
63448a3
into
ros-controls:master
Deprecates the marked service and parameter from #1553. Also adopts tests and fixes compiler warning of the package due to optionals.