Skip to content

Commit 2ad4966

Browse files
upadate comment
Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
1 parent d02cfb8 commit 2ad4966

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/crosswalk.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
enable_stuck_check_in_intersection: false # [-] flag to enable stuck vehicle checking for crosswalk which is in intersection
3131
stuck_vehicle_velocity: 1.0 # [m/s] threshold velocity whether other vehicles are assumed to be stuck or not.
3232
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-
required_clearance: 6.0 # [m] OLD 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
3434
min_acc: -1.0 # min acceleration [m/ss]
3535
min_jerk: -1.0 # min jerk [m/sss]
3636
max_jerk: 1.0 # max jerk [m/sss]

0 commit comments

Comments
 (0)