Skip to content

Commit 67d1913

Browse files
committed
set Passing new path to controller to debug
1 parent 60df208 commit 67d1913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nav2_controller/src/controller_server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ void ControllerServer::computeAndPublishVelocity()
743743
void ControllerServer::updateGlobalPath()
744744
{
745745
if (action_server_->is_preempt_requested()) {
746-
RCLCPP_INFO(get_logger(), "Passing new path to controller.");
746+
RCLCPP_DEBUG(get_logger(), "Passing new path to controller.");
747747
auto goal = action_server_->accept_pending_goal();
748748
std::string current_controller;
749749
if (findControllerId(goal->controller_id, current_controller)) {

0 commit comments

Comments
 (0)