Skip to content

Commit 7e3371b

Browse files
authored
feat(start_planner): disable geometric pull out to avoid dry steering (autowarefoundation#1106)
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
1 parent 2b2dd28 commit 7e3371b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
maximum_curvature: 0.07
3636
end_pose_curvature_threshold: 0.1
3737
# geometric pull out
38-
enable_geometric_pull_out: true
38+
enable_geometric_pull_out: false
3939
geometric_collision_check_distance_from_end: 0.0
4040
arc_path_interval: 1.0
4141
divide_pull_out_path: true

0 commit comments

Comments
 (0)