Files
ros_senior/mbot_navigation/launch/move_base.launch
T
2023-11-09 10:11:12 +08:00

16 lines
904 B
XML

<launch>
<node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen" clear_params="true">
<param name="base_local_planner" value="dwa_local_planner/DWAPlannerROS" />
<rosparam file="$(find mbot_navigation)/config/move_base/costmap_common_params.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find mbot_navigation)/config/move_base/costmap_common_params.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find mbot_navigation)/config/move_base/local_costmap_params.yaml" command="load" />
<rosparam file="$(find mbot_navigation)/config/move_base/global_costmap_params.yaml" command="load" />
<rosparam file="$(find mbot_navigation)/config/move_base/move_base_params.yaml" command="load" />
<rosparam file="$(find mbot_navigation)/config/move_base/dwa_local_planner_params.yaml" command="load" />
</node>
</launch>