From c0e3a50ede5495e331824f11c93b6cb647f01b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Tue, 20 Jun 2023 10:41:50 +0200 Subject: [PATCH] update nav params --- config/nav2_params.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/nav2_params.yaml b/config/nav2_params.yaml index 14fe6e4..3f8b26a 100644 --- a/config/nav2_params.yaml +++ b/config/nav2_params.yaml @@ -185,12 +185,13 @@ local_costmap: publish_frequency: 2.0 global_frame: odom robot_base_frame: base_link - use_sim_time: True + use_sim_time: True #change? rolling_window: true width: 3 height: 3 resolution: 0.05 - robot_radius: 0.22 + #robot_radius: 0.22 changed to footprint for more precise apprximation of the robot + footprint: "[ [0.06, 0.16], [0.06, -0.16], [-0.31, -0.16], [-0.31, 0.16] ]" # rectangle with [[Front Right], [Front Left], [Rear Left], [Rear Right]] plugins: ["voxel_layer", "inflation_layer"] inflation_layer: plugin: "nav2_costmap_2d::InflationLayer"