File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ PlannerServer::on_configure(const rclcpp_lifecycle::State & state)
90
90
RCLCPP_INFO (get_logger (), " Configuring" );
91
91
92
92
costmap_ros_->configure ();
93
+ no_waiting_costmap_ros_->configure ();
93
94
costmap_ = costmap_ros_->getCostmap ();
94
95
95
96
if (!costmap_ros_->getUseRadius ()) {
@@ -192,6 +193,7 @@ PlannerServer::on_activate(const rclcpp_lifecycle::State & /*state*/)
192
193
plan_publisher_->on_activate ();
193
194
action_server_pose_->activate ();
194
195
action_server_poses_->activate ();
196
+ no_waiting_costmap_ros_->activate ();
195
197
const auto costmap_ros_state = costmap_ros_->activate ();
196
198
if (costmap_ros_state.id () != lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE) {
197
199
return nav2_util::CallbackReturn::FAILURE;
You can’t perform that action at this time.
0 commit comments