From 24084e949d41b75e8259fd8e6d5b182fa28cafbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Thu, 7 Sep 2023 11:52:24 +0200 Subject: [PATCH] update --- config/nav2_params.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nav2_params.yaml b/config/nav2_params.yaml index 311ce6b..ac1d3e3 100644 --- a/config/nav2_params.yaml +++ b/config/nav2_params.yaml @@ -425,7 +425,7 @@ local_costmap: height: 3 resolution: 0.05 #robot_radius: 0.50 - footprint: "[ [0.21, 0.255], [0.21, -0.255], [-0.52, -0.165], [-0.52, 0.165] ]" # gave another points for the polygon + footprint: "[ [0.21, 0.255], [0.21, -0.255], [-0.54, -0.165], [-0.54, 0.165] ]" # gave another points for the polygon plugins: ["voxel_layer", "inflation_layer", "denoise_layer"] denoise_layer: plugin: "nav2_costmap_2d::DenoiseLayer"