You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/out_of_lane.param.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
cut_predicted_paths_beyond_red_lights: true # if true, predicted paths are cut beyond the stop line of red traffic lights
18
18
ignore_behind_ego: true # if true, objects behind the ego vehicle are ignored
19
19
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
21
21
22
22
action: # action to insert in the trajectory if an object causes a conflict at an overlap
23
23
use_map_stop_lines: true # if true, try to stop at stop lines defined in the vector map
@@ -35,7 +35,7 @@
35
35
36
36
ego:
37
37
# 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
39
39
extra_rear_offset: 0.0# [m] extra footprint rear distance
40
40
extra_right_offset: 0.0# [m] extra footprint right distance
41
41
extra_left_offset: 0.0# [m] extra footprint left distance
0 commit comments