Skip to content
Snippets Groups Projects
Unverified Commit 15a5567f authored by Steven Macenski's avatar Steven Macenski Committed by GitHub
Browse files

Adding recoveries lifecycle server to defaults

parent 9ddac997
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ LifecycleManager::LifecycleManager()
// The default set of node names for the nav2 stack
std::vector<std::string> default_node_names{"map_server", "amcl",
"planner_server", "controller_server", "bt_navigator"};
"planner_server", "controller_server",
"recoveries_server", "bt_navigator"};
// The list of names is parameterized, allowing this module to be used with a different set
// of nodes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment