]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - config/base_local_planner_params.yaml
-navigation stack fixes
[ros_wild_thumper.git] / config / base_local_planner_params.yaml
index 9cc7b79ad5bd8f469ba3ef372c65962648ab2651..212e2b639d5af79ed6938397e3c2d245385fc751 100644 (file)
@@ -1,13 +1,15 @@
 TrajectoryPlannerROS:
-  min_vel_x: 0.1
+  min_vel_x: 0.2
   max_vel_x: 0.3
-  min_vel_theta: -1.0
-  max_vel_theta: 1.0
+  min_vel_theta: -0.4
+  max_vel_theta: 0.4
   min_in_place_vel_theta: 0.4
 
   acc_lim_x: 2.5
   acc_lim_y: 0.0
-  acc_lim_theta: 3.2
+  acc_lim_theta: 0.3
 
   holonomic_robot: false
   meter_scoring: true
+
+  sim_granularity: 0.01