Skip to content

Commit 450b3aa

Browse files
committed
Fix #9 by specifying global planner
1 parent 5c3e3a4 commit 450b3aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/full_coverage_path_planner/test_full_coverage_path_planner.launch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
<remap from="/move_base_flex/SpiralSTC/plan" to="/move_base/SpiralSTC/plan"/>
2626
<remap from="/move_base_flex/tracking_pid/interpolator" to="/move_base/TrackingPidLocalPlanner/interpolator"/>
2727
</node>
28+
2829
<!-- Move Base backwards compatibility -->
29-
<node pkg="mbf_costmap_nav" type="move_base_legacy_relay.py" name="move_base"/>
30+
<node pkg="mbf_costmap_nav" type="move_base_legacy_relay.py" name="move_base" >
31+
<param name="base_global_planner" value="SpiralSTC" />
32+
</node>
3033

3134
<!-- Mobile robot simulator -->
3235
<node pkg="mobile_robot_simulator" type="mobile_robot_simulator_node" name="mobile_robot_simulator" output="screen">

0 commit comments

Comments
 (0)