-
Notifications
You must be signed in to change notification settings - Fork 304
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
Fix params_file typo in spawner and update release notes for use_global_arguments #1701
Fix params_file typo in spawner and update release notes for use_global_arguments #1701
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1701 +/- ##
==========================================
+ Coverage 86.64% 86.73% +0.08%
==========================================
Files 115 115
Lines 10527 10528 +1
Branches 970 971 +1
==========================================
+ Hits 9121 9131 +10
+ Misses 1056 1047 -9
Partials 350 350
Flags with carried forward coverage won't be shown. Click here to find out more.
|
We will still have issues with tests like this |
Addressed in ros-controls/ros2_controllers#1256 |
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.
Tested with ros2_control_demos, thanks for the fix!
Thanks to you for taking time and testing 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.
do we want to reference global arguments rclcpp somewhere in the migration docs?
Well I've added some info in the migration docs regarding it. It just doesn't use the global context for the parameters and creates its own. Let me know what you think |
@bmagyar do you mean link of the docs like this: https://docs.ros.org/en/rolling/p/rclcpp/generated/classrclcpp_1_1NodeOptions.html#_CPPv4N6rclcpp11NodeOptions20use_global_argumentsEb |
Yes I meant that one and if there are any longer writeups of when one would rely on them. Can go into a new PR though, let's merge this! |
The typo was introduced in #1661
ros2_control/controller_manager/src/controller_manager.cpp
Lines 484 to 495 in 4498d25
Fixes: ros-controls/ros2_control_ci#118
Fixes: ros-controls/ros2_control_ci#119
Fixes: ros-controls/ros2_control_ci#120
Fixes: ros-controls/ros2_control_ci#121
Fixes: ros-controls/ros2_control_demos#569
Fixes: ros-controls/ros2_control_demos#570
Fixes: ros-controls/ros2_control_demos#571
Fixes: ros-controls/ros2_control_demos#572