Skip to content

Commit 1600a78

Browse files
committed
set runtime log from WARN to DEBUG
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 9aa220a commit 1600a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/behavior_velocity_out_of_lane_module/src/scene_out_of_lane.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ bool OutOfLaneModule::modifyPathVelocity(PathWithLaneId * path, StopReason * sto
197197
debug_data_.ranges = inputs.ranges;
198198

199199
const auto total_time_us = stopwatch.toc();
200-
RCLCPP_WARN(
200+
RCLCPP_DEBUG(
201201
logger_,
202202
"Total time = %2.2fus\n"
203203
"\tcalculate_lanelets = %2.0fus\n"

0 commit comments

Comments
 (0)