Skip to content

Commit 15933fb

Browse files
authored
feat(out_of_lane): make it more likely to detect out_of_lane collisions (autowarefoundation#1554)
Signed-off-by: Maxime CLEMENT <[email protected]>
1 parent 9ea8b1c commit 15933fb

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
cut_predicted_paths_beyond_red_lights: true # if true, predicted paths are cut beyond the stop line of red traffic lights
1818
ignore_behind_ego: true # if true, objects behind the ego vehicle are ignored
1919
validate_predicted_paths_on_lanelets: true # if true, an out of lane collision is only considered if the predicted path fully follows a sequence of lanelets that include the out of lane lanelet
20-
extra_width: 1.0 # [m] extra width around detected objects, making it more likely to detect an out of lane collision
20+
extra_width: 2.0 # [m] extra width around detected objects, making it more likely to detect an out of lane collision
2121

2222
action: # action to insert in the trajectory if an object causes a conflict at an overlap
2323
use_map_stop_lines: true # if true, try to stop at stop lines defined in the vector map
@@ -35,7 +35,7 @@
3535

3636
ego:
3737
# extra footprint offsets to calculate out of lane collisions
38-
extra_front_offset: 0.0 # [m] extra footprint front distance
38+
extra_front_offset: 0.5 # [m] extra footprint front distance
3939
extra_rear_offset: 0.0 # [m] extra footprint rear distance
4040
extra_right_offset: 0.0 # [m] extra footprint right distance
4141
extra_left_offset: 0.0 # [m] extra footprint left distance

0 commit comments

Comments
 (0)