SeveQ

move_base

Sep 17th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1.     <node pkg="move_base" name="MoveBase" type="move_base" output="screen">
  2.         <!--param name="base_global_planner" value="carrot_planner/CarrotPlanner" /-->
  3.         <param name="base_local_planner" value="base_local_planner/TrajectoryPlannerROS" />
  4.         <!--param name="base_local_planner" value="dwa_local_planner/DWAPlannerROS" /-->
  5.         <!--param name="base_local_planner" value="pose_follower/PoseFollower" /-->
  6.         <rosparam file="$(find otter4_tf)/costmap_common_params.yaml" command="load" ns="global_costmap" />
  7.         <rosparam file="$(find otter4_tf)/costmap_common_params.yaml" command="load" ns="local_costmap" />
  8.         <rosparam file="$(find otter4_tf)/local_costmap_params.yaml" command="load" />
  9.         <rosparam file="$(find otter4_tf)/global_costmap_params.yaml" command="load" />
  10.         <rosparam file="$(find otter4_tf)/base_local_planner_params.yaml" command="load" />
  11.         <remap from="map" to="/map" />
  12.     </node>
Advertisement
Add Comment
Please, Sign In to add comment