diff --git a/config/nav2_params.yaml b/config/nav2_params.yaml index 25cbd27..ac0f51e 100644 --- a/config/nav2_params.yaml +++ b/config/nav2_params.yaml @@ -191,7 +191,8 @@ local_costmap: width: 3 height: 3 resolution: 0.05 - robot_radius: 0.50 + #robot_radius: 0.50 + footprint: "[ [0.21, 0.195], [0.21, -0.195], [-0.21, -0.195], [-0.21, 0.195] ]" plugins: ["voxel_layer", "inflation_layer"] inflation_layer: plugin: "nav2_costmap_2d::InflationLayer"