We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84c0b6 commit 348fc9aCopy full SHA for 348fc9a
mesh_navigation_tutorials/config/mbf_mesh_nav.yaml
@@ -11,7 +11,7 @@ move_base_flex:
11
planners: ['mesh_planner']
12
mesh_planner:
13
type: 'cvp_mesh_planner/CVPMeshPlanner'
14
- cost_limit: 0.8
+ cost_limit: 0.95
15
publish_vector_field: true
16
planner_patience: 10.0
17
planner_max_retries: 2
@@ -61,8 +61,9 @@ move_base_flex:
61
inflation:
62
type: 'mesh_layers/InflationLayer'
63
factor: 1.0
64
- inflation_radius: 0.5
65
- inscribed_radius: 0.7
66
- lethal_value: 1.0
67
- inscribed_value: 0.6
+ inflation_radius: 1.0 # outer ring
+ inscribed_radius: 0.5 # inner ring
+ lethal_value: 1.0 # is also inscribed value
+ inscribed_value: 1.0
68
repulsive_field: false
69
+ cost_scaling_factor: 2.0
0 commit comments