Skip to content

Commit 80bac11

Browse files
committed
param(out_of_lane): add cut_beyond_red_traffic_lights parameter
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent 9b750b1 commit 80bac11

File tree

1 file changed

+1
-0
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner

1 file changed

+1
-0
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# if false, assume the object moves at constant velocity along *all* lanelets it currently is located in.
1919
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.
2020
distance_buffer: 1.0 # [m] distance buffer used to determine if a collision will occur in the other lane
21+
cut_predicted_paths_beyond_red_lights: true # if true, predicted paths are cut beyond the stop line of red traffic lights
2122

2223
overlap:
2324
minimum_distance: 0.0 # [m] minimum distance inside a lanelet for an overlap to be considered

0 commit comments

Comments
 (0)