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 committed Jan 11, 2024
1 parent 1fbf073 commit e2a34b0
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 e2a34b0

Please sign in to comment.