Skip to content

Commit 551b302

Browse files
author
Takumi Ito
committed
append enable_clothoid_* param instead of *_use_clothoid
Signed-off-by: Takumi Ito <takumi.ito@tier4.jp>
1 parent a3363e0 commit 551b302

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
maximum_deceleration: 1.0
6060
maximum_jerk: 1.0
6161
path_priority: "efficient_path" # "efficient_path" or "close_goal"
62-
efficient_path_order: ["SHIFT", "ARC_FORWARD", "ARC_BACKWARD"] # only lane based pull over(exclude freespace parking)
62+
efficient_path_order: ["SHIFT", "ARC_FORWARD", "CLOTHOID_FORWARD", "ARC_BACKWARD", "CLOTHOID_BACKWARD"] # only lane based pull over(exclude freespace parking)
6363
lane_departure_check_expansion_margin: 0.2
6464

6565
# shift parking
@@ -77,23 +77,23 @@
7777
max_steer_angle: 0.4 #22.9deg
7878
forward:
7979
enable_arc_forward_parking: true
80+
enable_clothoid_forward_parking: true
8081
after_forward_parking_straight_distance: 2.0
8182
forward_parking_velocity: 1.38
8283
forward_parking_lane_departure_margin: 0.0
8384
forward_parking_path_interval: 1.0
8485
forward_parking_max_steer_angle: 0.4 # 22.9deg
8586
forward_parking_max_steer_angle: 0.35 # 20deg
8687
forward_parking_steer_rate_lim: 0.35
87-
forward_parking_use_clothoid: true
8888
backward:
8989
enable_arc_backward_parking: true
90+
enable_clothoid_backward_parking: false # Not supported yet
9091
after_backward_parking_straight_distance: 2.0
9192
backward_parking_velocity: -1.38
9293
backward_parking_lane_departure_margin: 0.0
9394
backward_parking_path_interval: 1.0
9495
backward_parking_max_steer_angle: 0.4 # 22.9deg
9596
backward_parking_steer_rate_lim: 0.35
96-
backward_parking_use_clothoid: true
9797

9898
# freespace parking
9999
freespace_parking:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
end_pose_curvature_threshold: 0.1
3737
# geometric pull out
3838
enable_geometric_pull_out: true
39+
enable_clothoid_pull_out: true
3940
geometric_collision_check_distance_from_end: 0.0
4041
arc_path_interval: 1.0
4142
divide_pull_out_path: true
@@ -45,7 +46,6 @@
4546
backward_velocity: -1.0
4647
pull_out_max_steer_angle: 0.4 # 22.9deg
4748
pull_out_steer_rate_lim: 0.35
48-
pull_out_use_clothoid: true
4949
# search start pose backward
5050
enable_back: true
5151
search_priority: "efficient_path" # "efficient_path" or "short_back_distance"

0 commit comments

Comments
 (0)