Skip to content

Commit 348fc9a

Browse files
committed
added new parameter 'cost_scaling_factor'. Added better radii for inflation.
1 parent c84c0b6 commit 348fc9a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mesh_navigation_tutorials/config/mbf_mesh_nav.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ move_base_flex:
1111
planners: ['mesh_planner']
1212
mesh_planner:
1313
type: 'cvp_mesh_planner/CVPMeshPlanner'
14-
cost_limit: 0.8
14+
cost_limit: 0.95
1515
publish_vector_field: true
1616
planner_patience: 10.0
1717
planner_max_retries: 2
@@ -61,8 +61,9 @@ move_base_flex:
6161
inflation:
6262
type: 'mesh_layers/InflationLayer'
6363
factor: 1.0
64-
inflation_radius: 0.5
65-
inscribed_radius: 0.7
66-
lethal_value: 1.0
67-
inscribed_value: 0.6
64+
inflation_radius: 1.0 # outer ring
65+
inscribed_radius: 0.5 # inner ring
66+
lethal_value: 1.0 # is also inscribed value
67+
inscribed_value: 1.0
6868
repulsive_field: false
69+
cost_scaling_factor: 2.0

0 commit comments

Comments
 (0)