tb_demo_amcl.launch 569 B

123456789101112131415161718
  1. <launch>
  2. <param name="use_sim_time" value="false" />
  3. <!-- EDIT THIS LINE TO REFLECT THE NAME OF YOUR OWN MAP FILE
  4. Can also be overridden on the command line -->
  5. <arg name="map" default="test_map.yaml" />
  6. <!-- Run the map server with the desired map -->
  7. <node name="map_server" pkg="map_server" type="map_server" args="$(find rbx1_nav)/maps/$(arg map)"/>
  8. <!-- Start move_base -->
  9. <include file="$(find rbx1_nav)/launch/tb_move_base.launch" />
  10. <!-- Fire up AMCL -->
  11. <include file="$(find rbx1_nav)/launch/tb_amcl.launch" />
  12. </launch>