Skip to content

Commit d7b0af6

Browse files
authored
Remove the dangling param flag for robot_description fom ROS parameters (#2115)
1 parent 08f666c commit d7b0af6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

controller_manager/src/controller_manager.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -3828,7 +3828,9 @@ rclcpp::NodeOptions ControllerManager::determine_controller_node_options(
38283828
{
38293829
if (
38303830
node_options_arguments.back() == RCL_REMAP_FLAG ||
3831-
node_options_arguments.back() == RCL_SHORT_REMAP_FLAG)
3831+
node_options_arguments.back() == RCL_SHORT_REMAP_FLAG ||
3832+
node_options_arguments.back() == RCL_PARAM_FLAG ||
3833+
node_options_arguments.back() == RCL_SHORT_PARAM_FLAG)
38323834
{
38333835
node_options_arguments.pop_back();
38343836
}

0 commit comments

Comments
 (0)