You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
enable_stuck_check_in_intersection: false # [-] flag to enable stuck vehicle checking for crosswalk which is in intersection
31
31
stuck_vehicle_velocity: 1.0# [m/s] threshold velocity whether other vehicles are assumed to be stuck or not.
32
32
max_stuck_vehicle_lateral_offset: 2.0# [m] The feature does not handle the vehicles farther than this value to the ego's path.
33
-
stuck_vehicle_attention_range: 10.0# [m] Ego does not enter the crosswalk area if a stuck vehicle exists within this distance from the end of the crosswalk on the ego's path.
33
+
required_clearance: 6.0# [m] clearance to be secured between the ego and the ahead vehicle
0 commit comments