Skip to content

Commit 27ef7ca

Browse files
satoshi-otasaka1-s
authored andcommitted
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 bdc41be commit 27ef7ca

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
@@ -153,6 +153,10 @@
153153
max_right_shift_length: 5.0
154154
max_left_shift_length: 5.0
155155
max_deviation_from_lane: 0.5 # [m]
156+
# approve the next shift line after reaching this percentage of the current shift line length.
157+
# this parameter is added to allow waiting for the return of shift approval until the occlusion behind the avoid target is clear.
158+
# this feature can be disabled by setting this parameter to 0.0.
159+
ratio_for_return_shift_approval: 0.5 # [-]
156160
# avoidance distance parameters
157161
longitudinal:
158162
prepare_time: 2.0 # [s]

0 commit comments

Comments
 (0)