Skip to content

Commit

Permalink
fix(intersection): generate yield stuck detect area from multiple lan…
Browse files Browse the repository at this point in the history
  • Loading branch information
soblin authored Dec 18, 2023
1 parent a368c13 commit cf56d2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
yield_stuck:
turn_direction:
left: true
right: false
right: true
straight: false
distance_threshold: 1.0
distance_threshold: 5.0

collision_detection:
consider_wrong_direction_vehicle: false
Expand Down

0 comments on commit cf56d2c

Please sign in to comment.