A vehicle that refuses to slow down at a junction #7159
Answered
by
maxime-clem
sofianeIntern
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
maxime-clem
Jun 15, 2026
Replies: 1 comment 2 replies
-
|
From your screenshots, it is not clear if there are predicted paths for the incoming vehicle. Without predicted paths, future collisions cannot be predicted. Otherwise, collisions in intersections may be ignored due to traffic lights or right of way, see https://autowarefoundation.github.io/autoware_universe/main/planning/behavior_velocity_planner/autoware_behavior_velocity_intersection_module/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Thank you for confirming the predicted paths.
If you want a pre-emptive brake to avoid such collision, I think you need to use the
run_outmodule (https://autowarefoundation.github.io/autoware_universe/main/planning/motion_velocity_planner/autoware_motion_velocity_run_out_module/). By default only pedestrians/bicycles are considered, but you can add theCARlabel in the parameters for your use case.