From 8c5b62ba8406ed2a70c4089d487c5e2df93eafba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ellensohn?= Date: Wed, 4 Oct 2023 14:48: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 3ae8426..a4ab421 100644 --- a/config/nav2_params.yaml +++ b/config/nav2_params.yaml @@ -192,7 +192,7 @@ local_costmap: height: 3 resolution: 0.05 #robot_radius: 0.22 - footprint: "[ [0.18, 0.255], [0.18, -0.255], [-0.54, -0.165], [-0.54, 0.165] ]" # gave another points for the polygon + footprint: "[ [0.18, 0.200], [0.18, -0.200], [-0.54, -0.165], [-0.54, 0.165] ]" # gave another points for the polygon "[ [0.18, 0.255], [0.18, -0.255], [-0.54, -0.165], [-0.54, 0.165] ]" plugins: ["voxel_layer", "inflation_layer"] inflation_layer: plugin: "nav2_costmap_2d::InflationLayer"