Skip to content

Commit 1d0514c

Browse files
authored
Merge branch 'master' into add/statistics/hardware_components
2 parents c96ee6b + d7b0af6 commit 1d0514c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

controller_manager/src/controller_manager.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,9 @@ rclcpp::NodeOptions ControllerManager::determine_controller_node_options(
39743974
{
39753975
if (
39763976
node_options_arguments.back() == RCL_REMAP_FLAG ||
3977-
node_options_arguments.back() == RCL_SHORT_REMAP_FLAG)
3977+
node_options_arguments.back() == RCL_SHORT_REMAP_FLAG ||
3978+
node_options_arguments.back() == RCL_PARAM_FLAG ||
3979+
node_options_arguments.back() == RCL_SHORT_PARAM_FLAG)
39783980
{
39793981
node_options_arguments.pop_back();
39803982
}

0 commit comments

Comments
 (0)