File tree 2 files changed +2
-2
lines changed
planning/mission_planner/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ PlannerPlugin::LaneletRoute DefaultPlanner::plan(const RoutePoints & points)
400
400
log_ss << " x: " << point.position .x << " "
401
401
<< " y: " << point.position .y << std::endl;
402
402
}
403
- RCLCPP_INFO_STREAM (
403
+ RCLCPP_DEBUG_STREAM (
404
404
logger, " start planning route with check points: " << std::endl
405
405
<< log_ss.str ());
406
406
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ void MissionPlanner::checkInitialization()
144
144
}
145
145
146
146
// All data is ready. Now API is available.
147
- RCLCPP_INFO (get_logger (), " Route API is ready." );
147
+ RCLCPP_DEBUG (get_logger (), " Route API is ready." );
148
148
change_state (RouteState::Message::UNSET);
149
149
data_check_timer_->cancel (); // stop timer callback
150
150
}
You can’t perform that action at this time.
0 commit comments