From 8cfccc99e8a95fc51a10c3cc8def2f32eb121d83 Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Mon, 31 Jul 2017 13:33:27 +0200 Subject: [PATCH] Tuned some navigation parameters to improve the robot motion. --- darwin_nav/config/dwa_local_planner_params.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/darwin_nav/config/dwa_local_planner_params.yaml b/darwin_nav/config/dwa_local_planner_params.yaml index d33edd4..391b477 100644 --- a/darwin_nav/config/dwa_local_planner_params.yaml +++ b/darwin_nav/config/dwa_local_planner_params.yaml @@ -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 -- GitLab