This commit is contained in:
Björn Ellensohn 2023-09-07 11:49:47 +02:00
parent eb61bceffb
commit 2053e6979b

View File

@ -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.60, -0.165], [-0.60, 0.165] ]" # gave another points for the polygon
footprint: "[ [0.21, 0.255], [0.21, -0.255], [-0.50, -0.165], [-0.50, 0.165] ]" # gave another points for the polygon
plugins: ["voxel_layer", "inflation_layer", "denoise_layer"]
denoise_layer:
plugin: "nav2_costmap_2d::DenoiseLayer"