Skip to content
Snippets Groups Projects
Commit 8cfccc99 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Tuned some navigation parameters to improve the robot motion.

parent 70a098b7
No related branches found
No related tags found
1 merge request!8Kinetic migration
......@@ -5,14 +5,14 @@ DWAPlannerROS:
min_trans_vel: 0.01
max_vel_x: 0.1
min_vel_x: -0.1
max_vel_y: 0.0
min_vel_y: 0.0
max_vel_y: 0.1
min_vel_y: -0.1
max_rot_vel: 0.4
min_rot_vel: 0.1
sim_time: 10
sim_granularity: 0.025
angular_sim_granularity: 0.1
angular_sim_granularity: 0.01
path_distance_bias: 32.0
goal_distance_bias: 24.0
......@@ -38,7 +38,7 @@ DWAPlannerROS:
rot_stopped_vel: 0.01
trans_stopped_vel: 0.01
xy_goal_tolerance: 0.05
xy_goal_tolerance: 0.1
yaw_goal_tolerance: 0.05
#not in dynamic reconfigure
......@@ -46,7 +46,7 @@ DWAPlannerROS:
publish_cost_grid_pc: false #true, useful to play with goal/path_distance_bias parameters
#move_base namespace
latch_xy_goal_tolerance: true #false
latch_xy_goal_tolerance: true #false
#prune_plan: true
#use_dwa: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment