Skip to content

Commit

Permalink
feat(intersection): divide stuck/yield-stuck detection velocity param
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin committed Apr 18, 2024
1 parent 55009f3 commit 8c8fc45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
left: true
right: true
straight: false
distance_threshold: 5.0
distance_threshold: 30.0
yield_stuck_vehicle_velocity_threshold: 5.0

collision_detection:
consider_wrong_direction_vehicle: false
Expand Down

0 comments on commit 8c8fc45

Please sign in to comment.