Skip to content

Commit ec87ad2

Browse files
committed
Update local planner and inflation radius in launch and costmap configuration
1 parent b26fffe commit ec87ad2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mir/mir_launch_sim/launch/mir_600.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<arg name="move_base_selector" default="move_base_flex" />
1212
<arg name="global_planner" default="GlobalPlanner" />
1313
<arg name="global_planner_config" default="$(find mir_navigation)/config/Planner/GlobalPlanner/$(arg global_planner).yaml" />
14-
<arg name="local_planner" default="LocalPlanFollower" />
14+
<arg name="local_planner" default="TebLocalPlannerROS" />
1515
<arg name="local_planner_config" default="$(find mir_navigation)/config/Planner/LocalPlanner/$(arg local_planner).yaml" />
1616

1717
<arg name="localization_type" default="ground_truth" doc="i.e. amcl, ground_truth, odom,..."/>

mir/mir_navigation/config/Costmap/costmap_global_params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ global_costmap:
88
z_voxels: 10
99
inflation:
1010
cost_scaling_factor: 3.0 # Exponential rate at which the obstacle cost drops off (default: 10). Must be chosen so that the cost value is > 0 at robot's circumscribed radius.
11-
inflation_radius: 0.3 # Max. distance from an obstacle at which costs are incurred for planning paths. Must be > robot's circumscribed radius.
11+
inflation_radius: 1.0 # Max. distance from an obstacle at which costs are incurred for planning paths. Must be > robot's circumscribed radius.
1212

1313
plugins:
1414
- name: navigation_map

0 commit comments

Comments
 (0)