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

Merge pull request #1219 from ros-planning/SteveMacenski-patch-1

Adding recoveries lifecycle server to defaults
parents 9ddac997 15a5567f
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