Skip to content

Commit 050709c

Browse files
authored
Merge pull request autowarefoundation#820 from tier4/cp-lane-change-intersection
fix(lane_change): cherry-pick for lane change improvement
2 parents be47939 + e1981e0 commit 050709c

File tree

1 file changed

+3
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change

1 file changed

+3
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change/lane_change.param.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
pedestrian: true
7979

8080
# collision check
81-
enable_prepare_segment_collision_check: false
81+
enable_collision_check_for_prepare_phase:
82+
general_lanes: false
83+
intersection: true
8284
prepare_segment_ignore_object_velocity_thresh: 0.1 # [m/s]
8385
check_objects_on_current_lanes: false
8486
check_objects_on_other_lanes: false

0 commit comments

Comments
 (0)