Skip to content

Commit d41eba7

Browse files
authored
chore(intersection): change logging severity for stopline overrun (#11543)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent 53fdc91 commit d41eba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/src/scene_intersection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ DecisionResult IntersectionModule::modifyPathVelocityDetail(PathWithLaneId * pat
388388
if (!is_occlusion_state && has_collision_with_margin) {
389389
if (collision_stop_tolerable) {
390390
if (!collision_stop_feasible) {
391-
RCLCPP_INFO_THROTTLE(
391+
RCLCPP_WARN_THROTTLE(
392392
logger_, *clock_, 5000,
393393
"keep non-occluded collision (infeasible) stop from previous iteration");
394394
}

0 commit comments

Comments
 (0)