From 355bfea8dba13ae0f1c2ffe84bebd7a903b4b457 Mon Sep 17 00:00:00 2001 From: fherrero <fherrero@iri.upc.edu> Date: Mon, 22 Jun 2020 14:30:34 +0200 Subject: [PATCH] Change navigation params: inflation radius 0.5->1.0, decreased footprint size, increased path_distance_bias --- params/costmap/common_params.yaml | 5 +++-- params/local_planner/dwa_params.yaml | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/params/costmap/common_params.yaml b/params/costmap/common_params.yaml index c49dce7..eca7edb 100755 --- a/params/costmap/common_params.yaml +++ b/params/costmap/common_params.yaml @@ -1,6 +1,7 @@ # footprint parameters #footprint: [[0.35, 0.35], [0.35, -0.35], [-0.35,-0.35 ], [-0.35, 0.35]] -footprint: [[0.3, 0.3], [0.3, -0.3], [-0.3,-0.3 ], [-0.3, 0.3]] +#footprint: [[0.3, 0.3], [0.3, -0.3], [-0.3,-0.3 ], [-0.3, 0.3]] +footprint: [[0.25,0.25],[0.25,-0.25],[-0.25,-0.25],[-0.25,0.25]] #robot_radius: 0.35 footprint_padding: 0.01 footprint_topic: /ana/footprint @@ -58,4 +59,4 @@ inflation_layer: inflate_unknown: false inflation_radius: 2.0 cost_scaling_factor: 5.0 - inflation_radius: 0.5 + inflation_radius: 1.0 diff --git a/params/local_planner/dwa_params.yaml b/params/local_planner/dwa_params.yaml index 7bc8051..010fd81 100644 --- a/params/local_planner/dwa_params.yaml +++ b/params/local_planner/dwa_params.yaml @@ -32,9 +32,9 @@ DWAPlannerROS: controller_frequency: 20.0 # defines the sim_period # Trajectory scoring parameters - path_distance_bias: 50.0 - goal_distance_bias: 20.0 - occdist_scale: 0.02 + path_distance_bias: 200.0 + goal_distance_bias: 10.0 + occdist_scale: 0.05 twirling_scale: 0.0 stop_time_buffer: 0.2 forward_point_distance: 0.325 -- GitLab