Skip to content

Commit

Permalink
chore(intersection): parameterize stuck vehicle detection turn_direct…
Browse files Browse the repository at this point in the history
…ion (#630)

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Oct 12, 2023
1 parent 198f929 commit be56728
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
path_interpolation_ds: 0.1 # [m]
consider_wrong_direction_vehicle: false
stuck_vehicle:
turn_direction:
left: true
right: true
straight: true
use_stuck_stopline: true # stopline generated before the first conflicting area
stuck_vehicle_detect_dist: 5.0 # this should be the length between cars when they are stopped. The actual stuck vehicle detection length will be this value + vehicle_length.
stuck_vehicle_vel_thr: 0.833 # 0.833m/s = 3.0km/h
Expand Down

0 comments on commit be56728

Please sign in to comment.