Skip to content

Commit 55b9484

Browse files
authored
Merge pull request #525 from maxime-clem/beta/v0.29.0+PR1062
feat(out_of_lane): add parameter to ignore objects behind ego
2 parents 33b2cc2 + 987c0aa commit 55b9484

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
@@ -20,6 +20,7 @@
2020
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.
2121
distance_buffer: 1.0 # [m] distance buffer used to determine if a collision will occur in the other lane
2222
cut_predicted_paths_beyond_red_lights: true # if true, predicted paths are cut beyond the stop line of red traffic lights
23+
ignore_behind_ego: true # if true, objects behind the ego vehicle are ignored
2324

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

0 commit comments

Comments
 (0)