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.
1 parent 47327a5 commit e4ffc57Copy full SHA for e4ffc57
nav2_lifecycle_manager/src/lifecycle_manager.cpp
@@ -242,7 +242,7 @@ LifecycleManager::createLifecyclePublishers()
242
243
is_active_pub_ = nav2::interfaces::create_publisher<std_msgs::msg::Bool>(
244
shared_from_this(),
245
- get_name() + std::string("/is_active"),
+ get_name() + std::string("/managed_nodes_activated"),
246
nav2::qos::LatchedPublisherQoS(),
247
callback_group_);
248
is_active_pub_->on_activate();
0 commit comments