Skip to content

Commit c47af32

Browse files
chore: sync awf/autoware_launch (autowarefoundation#820)
feat(obstacle_stop_planner): add margin behind goal (#228) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
1 parent 3c6a8ef commit c47af32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_stop_planner/obstacle_stop_planner.param.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
stop_planner:
1616
# params for stop position
1717
stop_position:
18-
max_longitudinal_margin: 5.0 # stop margin distance from obstacle on the path [m]
19-
min_longitudinal_margin: 5.0 # stop margin distance when any other stop point is inserted in stop margin [m]
20-
hold_stop_margin_distance: 0.0 # the ego keeps stopping if the ego is in this margin [m]
18+
max_longitudinal_margin: 5.0 # stop margin distance from obstacle on the path [m]
19+
max_longitudinal_margin_behind_goal: 3.0 # stop margin distance from obstacle behind goal on the path [m]
20+
min_longitudinal_margin: 5.0 # stop margin distance when any other stop point is inserted in stop margin [m]
21+
hold_stop_margin_distance: 0.0 # the ego keeps stopping if the ego is in this margin [m]
2122

2223
# params for detection area
2324
detection_area:

0 commit comments

Comments
 (0)