We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c96ee6b + d7b0af6 commit 1d0514cCopy full SHA for 1d0514c
controller_manager/src/controller_manager.cpp
@@ -3974,7 +3974,9 @@ rclcpp::NodeOptions ControllerManager::determine_controller_node_options(
3974
{
3975
if (
3976
node_options_arguments.back() == RCL_REMAP_FLAG ||
3977
- node_options_arguments.back() == RCL_SHORT_REMAP_FLAG)
+ 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)
3980
3981
node_options_arguments.pop_back();
3982
}
0 commit comments