You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The on_activate() function should call the base class LifecycleNode::on_activate(state) function to activate all publishers rather than activating the publisher explicitly. This ensures any LifecyclePublishers declared in a derived class of map server would also get activated.