mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
up inflation radius to 0.44
This commit is contained in:
parent
c4b909ba93
commit
85bcce1dd8
@ -212,7 +212,7 @@ local_costmap:
|
|||||||
inflation_layer:
|
inflation_layer:
|
||||||
plugin: "nav2_costmap_2d::InflationLayer"
|
plugin: "nav2_costmap_2d::InflationLayer"
|
||||||
cost_scaling_factor: 15.0 # was 3.0
|
cost_scaling_factor: 15.0 # was 3.0
|
||||||
inflation_radius: 0.33
|
inflation_radius: 0.44
|
||||||
voxel_layer:
|
voxel_layer:
|
||||||
plugin: "nav2_costmap_2d::VoxelLayer"
|
plugin: "nav2_costmap_2d::VoxelLayer"
|
||||||
enabled: True
|
enabled: True
|
||||||
@ -274,7 +274,7 @@ global_costmap:
|
|||||||
inflation_layer:
|
inflation_layer:
|
||||||
plugin: "nav2_costmap_2d::InflationLayer"
|
plugin: "nav2_costmap_2d::InflationLayer"
|
||||||
cost_scaling_factor: 15.0 # was 3.0
|
cost_scaling_factor: 15.0 # was 3.0
|
||||||
inflation_radius: 0.22
|
inflation_radius: 0.44
|
||||||
always_send_full_costmap: True
|
always_send_full_costmap: True
|
||||||
|
|
||||||
map_server:
|
map_server:
|
||||||
|
Loading…
Reference in New Issue
Block a user