-
Notifications
You must be signed in to change notification settings - Fork 310
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.73% 87.70% -0.04%
==========================================
Files 122 122
Lines 13010 13043 +33
Branches 1165 1170 +5
==========================================
+ Hits 11414 11439 +25
- Misses 1165 1169 +4
- Partials 431 435 +4
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? |
11b2948
to
59b4f63
Compare
Is this still needed? |
@bmagyar yes, we will still need it |
…c node options arguments
997b381
to
32583ca
Compare
A different approach of #1712
Fixes: #1711
Fixes: #1714