mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
inflation_radius
This commit is contained in:
parent
7cfb9e4a62
commit
c2f30f8b46
@ -211,7 +211,7 @@ local_costmap:
|
|||||||
inflation_layer:
|
inflation_layer:
|
||||||
plugin: "nav2_costmap_2d::InflationLayer"
|
plugin: "nav2_costmap_2d::InflationLayer"
|
||||||
cost_scaling_factor: 10.0 # was 3.0
|
cost_scaling_factor: 10.0 # was 3.0
|
||||||
inflation_radius: 0.55
|
inflation_radius: 0.22
|
||||||
voxel_layer:
|
voxel_layer:
|
||||||
plugin: "nav2_costmap_2d::VoxelLayer"
|
plugin: "nav2_costmap_2d::VoxelLayer"
|
||||||
enabled: True
|
enabled: True
|
||||||
@ -272,7 +272,7 @@ global_costmap:
|
|||||||
inflation_layer:
|
inflation_layer:
|
||||||
plugin: "nav2_costmap_2d::InflationLayer"
|
plugin: "nav2_costmap_2d::InflationLayer"
|
||||||
cost_scaling_factor: 10.0 # was 3.0
|
cost_scaling_factor: 10.0 # was 3.0
|
||||||
inflation_radius: 0.55
|
inflation_radius: 0.22
|
||||||
always_send_full_costmap: True
|
always_send_full_costmap: True
|
||||||
|
|
||||||
map_server:
|
map_server:
|
||||||
|
Loading…
Reference in New Issue
Block a user