mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
update
This commit is contained in:
parent
8c5b62ba84
commit
afccef6eec
@ -196,7 +196,7 @@ local_costmap:
|
|||||||
plugins: ["voxel_layer", "inflation_layer"]
|
plugins: ["voxel_layer", "inflation_layer"]
|
||||||
inflation_layer:
|
inflation_layer:
|
||||||
plugin: "nav2_costmap_2d::InflationLayer"
|
plugin: "nav2_costmap_2d::InflationLayer"
|
||||||
cost_scaling_factor: 3.0
|
cost_scaling_factor: 5.0 # was 3.0
|
||||||
inflation_radius: 0.55
|
inflation_radius: 0.55
|
||||||
voxel_layer:
|
voxel_layer:
|
||||||
plugin: "nav2_costmap_2d::VoxelLayer"
|
plugin: "nav2_costmap_2d::VoxelLayer"
|
||||||
@ -266,7 +266,7 @@ global_costmap:
|
|||||||
map_subscribe_transient_local: True
|
map_subscribe_transient_local: True
|
||||||
inflation_layer:
|
inflation_layer:
|
||||||
plugin: "nav2_costmap_2d::InflationLayer"
|
plugin: "nav2_costmap_2d::InflationLayer"
|
||||||
cost_scaling_factor: 3.0
|
cost_scaling_factor: 5.0 # was 3.0
|
||||||
inflation_radius: 0.55
|
inflation_radius: 0.55
|
||||||
always_send_full_costmap: True
|
always_send_full_costmap: True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user