Commit bf6e342 1 parent 9a9acaa commit bf6e342 Copy full SHA for bf6e342
File tree 4 files changed +39
-27
lines changed
autoware_launch/config/planning/scenario_planning
lane_driving/behavior_planning/behavior_path_planner
parking/freespace_planner
4 files changed +39
-27
lines changed Original file line number Diff line number Diff line change 7
7
activate_by_scenario : False
8
8
grid_min_value : 0.0
9
9
grid_max_value : 1.0
10
- grid_resolution : 0.2
10
+ grid_resolution : 0.3
11
11
grid_length_x : 70.0
12
12
grid_length_y : 70.0
13
13
grid_position_x : 0.0
Original file line number Diff line number Diff line change 91
91
velocity : 1.0
92
92
vehicle_shape_margin : 1.0
93
93
time_limit : 3000.0
94
- minimum_turning_radius : 5.0
95
- maximum_turning_radius : 5.0
96
- turning_radius_size : 1
94
+ max_turning_ratio : 0.5
95
+ turning_steps : 1
97
96
# search configs
98
97
search_configs :
99
- theta_size : 144
98
+ theta_size : 120
100
99
angle_goal_range : 6.0
101
- curve_weight : 1.2
102
- reverse_weight : 1.0
103
100
lateral_goal_range : 0.5
104
101
longitudinal_goal_range : 2.0
102
+ curve_weight : 0.5
103
+ reverse_weight : 1.0
104
+ direction_change_weight : 1.5
105
105
# costmap configs
106
106
costmap_configs :
107
107
obstacle_threshold : 30
108
108
# -- A* search Configurations --
109
109
astar :
110
+ search_method : " forward" # options: forward, backward
110
111
only_behind_solutions : false
111
- use_back : false
112
- distance_heuristic_weight : 1.0
112
+ use_back : true
113
+ adapt_expansion_distance : true
114
+ expansion_distance : 0.5
115
+ distance_heuristic_weight : 2.0
116
+ smoothness_weight : 0.5
117
+ obstacle_distance_weight : 1.75
113
118
# -- RRT* search Configurations --
114
119
rrtstar :
115
120
enable_update : true
Original file line number Diff line number Diff line change 62
62
velocity : 1.0
63
63
vehicle_shape_margin : 1.0
64
64
time_limit : 3000.0
65
- minimum_turning_radius : 5.0
66
- maximum_turning_radius : 5.0
67
- turning_radius_size : 1
65
+ max_turning_ratio : 0.7
66
+ turning_steps : 1
68
67
# search configs
69
68
search_configs :
70
- theta_size : 144
69
+ theta_size : 120
71
70
angle_goal_range : 6.0
72
- curve_weight : 1.2
73
- reverse_weight : 1.0
74
71
lateral_goal_range : 0.5
75
72
longitudinal_goal_range : 2.0
73
+ curve_weight : 0.5
74
+ reverse_weight : 1.0
75
+ direction_change_weight : 1.5
76
76
# costmap configs
77
77
costmap_configs :
78
78
obstacle_threshold : 30
79
79
# -- A* search Configurations --
80
80
astar :
81
+ search_method : " forward" # options: forward, backward
81
82
only_behind_solutions : false
82
- use_back : false
83
- distance_heuristic_weight : 1.0
83
+ use_back : true
84
+ adapt_expansion_distance : true
85
+ expansion_distance : 0.5
86
+ distance_heuristic_weight : 2.0
87
+ smoothness_weight : 0.5
88
+ obstacle_distance_weight : 1.75
84
89
# -- RRT* search Configurations --
85
90
rrtstar :
86
91
enable_update : true
Original file line number Diff line number Diff line change 16
16
# base configs
17
17
time_limit : 30000.0
18
18
# robot configs # TODO replace by vehicle_info
19
- robot_length : 4.5
20
- robot_width : 1.75
21
- robot_base2back : 1.0
22
- minimum_turning_radius : 9.0
23
- maximum_turning_radius : 9.0
24
- turning_radius_size : 1
19
+ max_turning_ratio : 0.5 # ratio of actual turning limit of vehicle
20
+ turning_steps : 1
25
21
# search configs
26
- theta_size : 144
22
+ theta_size : 120
27
23
angle_goal_range : 6.0
28
- curve_weight : 1.2
29
- reverse_weight : 2.0
30
24
lateral_goal_range : 0.5
31
25
longitudinal_goal_range : 2.0
26
+ curve_weight : 0.5
27
+ reverse_weight : 1.0
28
+ direction_change_weight : 1.5
32
29
# costmap configs
33
30
obstacle_threshold : 100
34
31
35
32
# -- A* search Configurations --
36
33
astar :
34
+ search_method : " forward" # options: forward, backward
37
35
only_behind_solutions : false
38
36
use_back : true
39
- distance_heuristic_weight : 1.0
37
+ adapt_expansion_distance : true
38
+ expansion_distance : 0.5
39
+ distance_heuristic_weight : 2.0
40
+ smoothness_weight : 0.5
41
+ obstacle_distance_weight : 1.75
40
42
41
43
# -- RRT* search Configurations --
42
44
rrtstar :
You can’t perform that action at this time.
0 commit comments