Skip to content
Snippets Groups Projects
Unverified Commit c84f1ad7 authored by Carl Delsey's avatar Carl Delsey Committed by GitHub
Browse files

Printout should be error instead of info (#622)

parent b8311a3c
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ DwbController::followPath(const nav2_tasks::FollowPathCommand::SharedPtr command
loop_rate.sleep();
}
} catch (nav_core2::PlannerException & e) {
RCLCPP_INFO(this->get_logger(), e.what());
RCLCPP_ERROR(this->get_logger(), e.what());
publishZeroVelocity();
return TaskStatus::FAILED;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment