Skip to content

Commit 7c370d5

Browse files
committed
feat(out_of_lane): add option to ignore overlaps in lane changes (autowarefoundation#986)
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent d32bc1f commit 7c370d5

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
@@ -3,6 +3,7 @@
33
out_of_lane: # module to stop or slowdown before overlapping another lane with other objects
44
mode: ttc # mode used to consider a conflict with an object. "threshold", "intervals", or "ttc"
55
skip_if_already_overlapping: false # do not run this module when ego already overlaps another lane
6+
ignore_overlaps_over_lane_changeable_lanelets: true # if true, overlaps on lane changeable lanelets are ignored
67

78
threshold:
89
time_threshold: 5.0 # [s] consider objects that will reach an overlap within this time

0 commit comments

Comments
 (0)