Skip to content

Commit

Permalink
refactor(dynamic_obstacle_stop): change log level for processing time (
Browse files Browse the repository at this point in the history
…#6716)

change log level for processing time

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara authored Mar 31, 2024
1 parent b5c29fc commit badd949
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ bool DynamicObstacleStopModule::modifyPathVelocity(PathWithLaneId * path, StopRe
}

const auto total_time_us = stopwatch.toc();
RCLCPP_INFO(
RCLCPP_DEBUG(
logger_,
"Total time = %2.2fus\n\tpreprocessing = %2.2fus\n\tfootprints = "
"%2.2fus\n\tcollisions = %2.2fus\n",
Expand Down

0 comments on commit badd949

Please sign in to comment.