-
Notifications
You must be signed in to change notification settings - Fork 308
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 controller node options args to be able to set controller specific node arguments #1713
base: master
Are you sure you want to change the base?
Add controller node options args to be able to set controller specific node arguments #1713
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1713 +/- ##
==========================================
- Coverage 87.84% 87.82% -0.02%
==========================================
Files 121 121
Lines 12497 12530 +33
Branches 1124 1129 +5
==========================================
+ Hits 10978 11005 +27
- Misses 1107 1111 +4
- Partials 412 414 +2
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 @saikishor? |
51a294a
to
2ce01eb
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.
I like, but needs some tests for it and advertisement in the release notes. We could also think of deprecating the "old way" #1712
Tested successfully with ros-controls/ros2_control_demos#577
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.
Fix for compilation
@christophfroehlich I've added the tests for this case and the release_notes. Thank you! |
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.
thx
eab9879
to
d92deda
Compare
This pull request is in conflict. Could you fix it @saikishor? |
d92deda
to
5bb8a11
Compare
This pull request is in conflict. Could you fix it @saikishor? |
5bb8a11
to
938bcba
Compare
@bmagyar the CI seems to be happy |
938bcba
to
c0b9e54
Compare
c0b9e54
to
efda2f6
Compare
I'll add |
Thank you @christophfroehlich |
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 (debian CI is happy now, too).
This pull request is in conflict. Could you fix it @saikishor? |
…c node options arguments
62cf605
to
11b2948
Compare
A different approach of #1712
Fixes: #1711
Fixes: #1714