-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmove_base.launch
More file actions
14 lines (13 loc) · 807 Bytes
/
move_base.launch
File metadata and controls
14 lines (13 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<launch>
<node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen">
<rosparam file="$(find pioneer_2dnav)/costmap_common_params.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find pioneer_2dnav)/costmap_common_params.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find pioneer_2dnav)/local_costmap_params.yaml" command="load" />
<rosparam file="$(find pioneer_2dnav)/global_costmap_params.yaml" command="load" />
<rosparam file="$(find pioneer_2dnav)/base_local_planner_params.yaml" command="load" />
<!-- NOTE: Use move_base_global.launch for globally qualified map topic -->
<!-- START: Use with estop -->
<!-- <remap from="cmd_vel" to="cmd_vel_estop"/>-->
<!-- END: Use with estop -->
</node>
</launch>