You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could do something similar for parameters.
But it won't set a global parameter, as in ROS 1, but it'll set the same parameter in each node in the scope.
Feature request
Feature description
We don't have a
SetRemapping
action.It could be useful, is the same remapping has to be applied in many nodes.
Implementation considerations
We could store them in the
LaunchContext
. The group action will do its magic for limiting their scope.Previous discussion: ros2/ros2_documentation#302 (comment)
We could do something similar for parameters.
But it won't set a global parameter, as in ROS 1, but it'll set the same parameter in each node in the scope.
Previous discussion:
ros2/ros2_documentation#302 (comment)
The text was updated successfully, but these errors were encountered: