Skip to content

Commit

Permalink
feat(intersection): ignore decelerating vehicle on amber traffic light
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Oct 13, 2023
1 parent be56728 commit af2cd5e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
yield_on_green_traffic_light:
distance_to_assigned_lanelet_start: 10.0
duration: 3.0
range: 50.0 # [m]
object_dist_to_stopline: 10.0 # [m]
ignore_on_amber_traffic_light:
object_expected_deceleration: 2.0 # [m/ss]

occlusion:
enable: false
Expand Down

0 comments on commit af2cd5e

Please sign in to comment.