You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/src/scene_intersection.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -388,7 +388,7 @@ DecisionResult IntersectionModule::modifyPathVelocityDetail(PathWithLaneId * pat
388
388
if (!is_occlusion_state && has_collision_with_margin) {
389
389
if (collision_stop_tolerable) {
390
390
if (!collision_stop_feasible) {
391
-
RCLCPP_INFO_THROTTLE(
391
+
RCLCPP_WARN_THROTTLE(
392
392
logger_, *clock_, 5000,
393
393
"keep non-occluded collision (infeasible) stop from previous iteration");
0 commit comments