Skip to content

Commit

Permalink
fix(behavior_velocity_intersection_module): fix condition of use_stuc…
Browse files Browse the repository at this point in the history
…k_stopline (autowarefoundation#425)

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Jun 28, 2023
1 parent 905b81e commit 86e49df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
path_interpolation_ds: 0.1 # [m]

stuck_vehicle:
use_stuck_stopline: false # stopline generate before the intersection lanelet when is_stuck
use_stuck_stopline: true # stopline generated before the first conflicting area
stuck_vehicle_detect_dist: 3.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_ignore_dist: 10.0 # obstacle stop max distance(5.0m) + stuck vehicle size / 2 (0.0m-)
stuck_vehicle_vel_thr: 0.833 # 0.833m/s = 3.0km/h
Expand Down

0 comments on commit 86e49df

Please sign in to comment.