]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - config/base_local_planner_params.yaml
exploration tuning
[ros_wild_thumper.git] / config / base_local_planner_params.yaml
index bbd95c1c339522ef49e863a4ac614b52133d3062..b48a72f681513ff5b6cad33745371744141ac0ad 100644 (file)
@@ -1,10 +1,10 @@
 TrajectoryPlannerROS:
   min_vel_x: 0.2
-  max_vel_x: 0.3
-  min_vel_theta: -0.4
-  max_vel_theta: 0.4
+  max_vel_x: 0.5
+  min_vel_theta: -1.0
+  max_vel_theta: 1.0
   min_in_place_vel_theta: 0.4
-  max_rotational_vel: 0.5 # used by rotate recovery
+  max_rotational_vel: 1.0 # used by rotate recovery
 
   acc_lim_x: 10.07
   acc_lim_y: 0.0
@@ -28,8 +28,8 @@ DWAPlannerROS:
 
   max_trans_vel: 0.5
   min_trans_vel: 0.2
-  max_rot_vel: 0.5
+  max_rot_vel: 1.0
   min_rot_vel: 0.4
 
-  xy_goal_tolerance: 0.20
-  yaw_goal_tolerance: 0.3
+  xy_goal_tolerance: 0.1
+  yaw_goal_tolerance: 0.2