Skip to content

Commit aef0b98

Browse files
committed
feat(avoidance): wait next shift approval until the ego reaches shift length threshold (autowarefoundation#891)
* feat(avoidance): wait next shift approval until the ego reaches shift length threshold Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): param description Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 8fd4928 commit aef0b98

File tree

1 file changed

+4
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/avoidance

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
max_right_shift_length: 5.0
208208
max_left_shift_length: 5.0
209209
max_deviation_from_lane: 0.2 # [m]
210+
# approve the next shift line after reaching this percentage of the current shift line length.
211+
# this parameter is added to allow waiting for the return of shift approval until the occlusion behind the avoid target is clear.
212+
# this feature can be disabled by setting this parameter to 0.0.
213+
ratio_for_return_shift_approval: 0.5 # [-]
210214
# avoidance distance parameters
211215
longitudinal:
212216
min_prepare_time: 1.0 # [s]

0 commit comments

Comments
 (0)