Skip to content

Commit

Permalink
fix log level
Browse files Browse the repository at this point in the history
Signed-off-by: kevin <kevin@floatic.io>
  • Loading branch information
kevin-floatic committed Aug 30, 2023
1 parent a066007 commit e021e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_controller/src/controller_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ void ControllerServer::computeControl()
{
std::lock_guard<std::mutex> lock(dynamic_params_lock_);

RCLCPP_INFO(get_logger(), "Received a goal, begin computing control effort.");
RCLCPP_DEBUG(get_logger(), "Received a goal, begin computing control effort.");

try {
std::string c_name = action_server_->get_current_goal()->controller_id;
Expand Down

0 comments on commit e021e50

Please sign in to comment.