mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2024-11-23 15:45:08 +00:00
up inflation radius to 0.33
This commit is contained in:
parent
27e03194b8
commit
c4b909ba93
@ -35,7 +35,7 @@ ekf_filter_node:
|
||||
odom0: /odom
|
||||
# The order of the values of this parameter is x, y, z, roll, pitch, yaw, vx, vy, vz, vroll, vpitch, vyaw, ax, ay, az.
|
||||
# Configure it for x,y,z,vyaw on the odom topic
|
||||
odom0_config: [true , true , false,
|
||||
odom0_config: [false , false , false,
|
||||
false, false, true,
|
||||
false, false, false,
|
||||
false, false, true,
|
||||
|
@ -212,7 +212,7 @@ local_costmap:
|
||||
inflation_layer:
|
||||
plugin: "nav2_costmap_2d::InflationLayer"
|
||||
cost_scaling_factor: 15.0 # was 3.0
|
||||
inflation_radius: 0.22
|
||||
inflation_radius: 0.33
|
||||
voxel_layer:
|
||||
plugin: "nav2_costmap_2d::VoxelLayer"
|
||||
enabled: True
|
||||
|
Loading…
Reference in New Issue
Block a user