Skip to content

Commit 07ee10e

Browse files
committed
feat(out_of_lane): add lateral buffer between the lane and stop pose (autowarefoundation#1098)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 33b2cc2 commit 07ee10e

File tree

1 file changed

+2
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner

1 file changed

+2
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/out_of_lane.param.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
action: # action to insert in the path if an object causes a conflict at an overlap
2929
skip_if_over_max_decel: true # if true, do not take an action that would cause more deceleration than the maximum allowed
3030
precision: 0.1 # [m] precision when inserting a stop pose in the path
31-
distance_buffer: 1.5 # [m] buffer distance to try to keep between the ego footprint and lane
31+
longitudinal_distance_buffer: 1.5 # [m] safety distance buffer to keep in front of the ego vehicle
32+
lateral_distance_buffer: 1.0 # [m] safety distance buffer to keep on the side of the ego vehicle
3233
min_duration: 1.0 # [s] minimum duration needed before a decision can be canceled
3334
slowdown:
3435
distance_threshold: 30.0 # [m] insert a slowdown when closer than this distance from an overlap

0 commit comments

Comments
 (0)