Skip to content

Commit 9a2722a

Browse files
committed
add new param
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent fa3bc65 commit 9a2722a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
ignore_behind_ego: false # if true, objects behind the ego vehicle are ignored
1919

2020
action: # action to insert in the trajectory if an object causes a conflict at an overlap
21+
use_map_stop_lines: true # if true, try to stop at stop lines defined in the vector map
2122
precision: 0.1 # [m] precision when inserting a stop pose in the trajectory
2223
longitudinal_distance_buffer: 1.5 # [m] safety distance buffer to keep in front of the ego vehicle
2324
lateral_distance_buffer: 1.0 # [m] safety distance buffer to keep on the side of the ego vehicle

0 commit comments

Comments
 (0)