Skip to content

Commit 4680bfc

Browse files
author
Emiliano Borghi
committed
Use move_base_flex and smach navigation state machine
1 parent e225697 commit 4680bfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

navigation/ca_move_base/launch/navigate.launch

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
<node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)"/>
1010

1111
<!-- move_base -->
12-
<include file="$(find ca_move_base)/launch/move_base.launch" />
12+
<include file="$(find ca_move_base)/launch/move_base_flex.launch" />
13+
14+
<!-- SMACH Navigation State Machine -->
15+
<node pkg="ca_move_base" type="mbf_move_base_action.py" name="mbf_move_base_action" output="screen"/>
1316

1417
<!-- AMCL -->
1518
<arg name="initial_pose_x" default="0.0"/>

0 commit comments

Comments
 (0)