Skip to content

Commit 0386f88

Browse files
mkqudaEricpotato
authored andcommitted
feat(lane_change): add delay lane change parameters (autowarefoundation#1256)
add delay lane change parameters Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
1 parent 2ef0dcb commit 0386f88

File tree

1 file changed

+7
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change

1 file changed

+7
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change/lane_change.param.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
min_road_shoulder_width: 0.5 # [m]
3131
th_parked_vehicle_shift_ratio: 0.6
3232

33+
# delay lane change
34+
delay_lane_change:
35+
enable: true
36+
check_only_parked_vehicle: false
37+
min_road_shoulder_width: 0.5 # [m]
38+
th_parked_vehicle_shift_ratio: 0.6
39+
3340
# safety check
3441
safety_check:
3542
allow_loose_check_for_cancel: true

0 commit comments

Comments
 (0)