@@ -20,16 +20,16 @@ controller_server:
20
20
type : " line"
21
21
line_end : [1.9, 0.0]
22
22
line_start : [0.1, 0.0]
23
- min_obstacle_dist : 0.5
23
+ min_obstacle_dist : 0.45
24
24
include_dynamic_obstacles : False
25
25
costmap_converter_plugin : " costmap_converter::CostmapToPolygonsDBSMCCH"
26
26
costmap_converter_spin_thread : True
27
27
costmap_converter_rate : 2
28
28
costmap_converter/CostmapToPolygonsDBSMCCH :
29
- cluster_max_distance : 0.4
29
+ cluster_max_distance : 0.2
30
30
cluster_min_pts : 3
31
31
cluster_max_pts : 10
32
- convex_hull_min_pt_separation : 0.2
32
+ convex_hull_min_pt_separation : 0.05
33
33
include_costmap_obstacles : True
34
34
enable_homotopy_class_planning : True
35
35
enable_multithreading : True
@@ -40,9 +40,9 @@ controller_server:
40
40
dt_hysteresis : 0.1
41
41
global_plan_overwrite_orientation : False
42
42
# was 25
43
- feasibility_check_no_poses : 20
43
+ feasibility_check_no_poses : 4
44
44
optimization_verbose : False
45
- max_global_plan_lookahead_dist : 4.0
45
+ max_global_plan_lookahead_dist : 0.7
46
46
max_vel_x : 0.8
47
47
max_vel_x_near_goal : 0.2
48
48
max_vel_x_backwards : 0.3
@@ -66,9 +66,11 @@ controller_server:
66
66
obstacle_proximity_upper_bound : 1.0
67
67
costmap_obstacles_behind_robot_dist : 1.0
68
68
weight_obstacle : 50.0
69
- obstacle_poses_affected : 30
69
+ obstacle_poses_affected : 50
70
70
weight_kinematics_forward_drive : 0.3
71
71
obstacle_association_force_inclusion_factor : 1.0
72
+ divergence_detection : False
73
+
72
74
73
75
GeneralFollowPath :
74
76
plugin : " teb_local_planner::TebLocalPlannerROS"
@@ -90,7 +92,7 @@ controller_server:
90
92
dt_hysteresis : 0.1
91
93
global_plan_overwrite_orientation : False
92
94
# was 25
93
- feasibility_check_no_poses : 20
95
+ feasibility_check_no_poses : 4
94
96
optimization_verbose : False
95
97
max_global_plan_lookahead_dist : 4.0
96
98
max_vel_x : 0.8
@@ -119,6 +121,7 @@ controller_server:
119
121
obstacle_poses_affected : 20
120
122
weight_kinematics_forward_drive : 0.3
121
123
obstacle_association_force_inclusion_factor : 1.0
124
+ divergence_detection : False
122
125
123
126
PalletPickupFollowPath :
124
127
plugin : " teb_local_planner::TebLocalPlannerROS"
@@ -141,7 +144,7 @@ controller_server:
141
144
dt_hysteresis : 0.1
142
145
global_plan_overwrite_orientation : False
143
146
# was 25
144
- feasibility_check_no_poses : 20
147
+ feasibility_check_no_poses : 4
145
148
optimization_verbose : False
146
149
max_global_plan_lookahead_dist : 4.0
147
150
max_vel_x : 0.8
@@ -170,6 +173,7 @@ controller_server:
170
173
obstacle_poses_affected : 20
171
174
weight_kinematics_forward_drive : 0.3
172
175
obstacle_association_force_inclusion_factor : 1.0
176
+ divergence_detection : False
173
177
174
178
LaneFollowPath :
175
179
plugin : " teb_local_planner::TebLocalPlannerROS"
@@ -192,7 +196,7 @@ controller_server:
192
196
dt_hysteresis : 0.1
193
197
global_plan_overwrite_orientation : False
194
198
# was 25
195
- feasibility_check_no_poses : 20
199
+ feasibility_check_no_poses : 4
196
200
optimization_verbose : False
197
201
max_global_plan_lookahead_dist : 4.0
198
202
max_vel_x : 0.8
@@ -221,6 +225,7 @@ controller_server:
221
225
obstacle_poses_affected : 20
222
226
weight_kinematics_forward_drive : 0.3
223
227
obstacle_association_force_inclusion_factor : 1.0
228
+ divergence_detection : False
224
229
225
230
controller_server_rclcpp_node :
226
231
ros__parameters :
0 commit comments