mirror of
https://github.com/Jieshoudaxue/ros_senior.git
synced 2026-08-29 16:40:44 +08:00
16 lines
904 B
XML
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>
|