don't use global arguments for components loaded into the manager (#736)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
parent
30df5cdf36
commit
06275105fc
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ ComponentManager::OnLoadNode(
|
||||||
}
|
}
|
||||||
|
|
||||||
auto options = rclcpp::NodeOptions()
|
auto options = rclcpp::NodeOptions()
|
||||||
|
.use_global_arguments(false)
|
||||||
.initial_parameters(parameters)
|
.initial_parameters(parameters)
|
||||||
.arguments(remap_rules);
|
.arguments(remap_rules);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue