Advertisement
Guest User

Untitled

a guest
Jun 29th, 2018
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <launch>
  4.  
  5. <!-- Run the map server -->
  6. <arg name="map_file" default="$(find husky_navigation)/maps/playpen_map.yaml"/>
  7. <node name="map_server" pkg="map_server" type="map_server" args="$(arg map_file)" respawn="false" >
  8. <param name="frame_id" value="/map" />
  9. </node>
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <group ns="husky1">
  16. <param name="tf_prefix" value="husky1_tf" />
  17.  
  18. <!--- Run Move Base -->
  19. <include file="$(find husky_navigation)/launch/movebase_demo.launch" />
  20.  
  21.  
  22. </group>
  23.  
  24. <group ns="husky2">
  25. <param name="tf_prefix" value="husky2_tf" />
  26.  
  27. <!--- Run Move Base -->
  28. <include file="$(find husky_navigation)/launch/movebase_demo.launch" />
  29.  
  30.  
  31. </group>
  32.  
  33. </launch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement