test.launch 341 B

1234567891011
  1. <!--
  2. Example launch file: launches the scan matcher with pre-recorded data
  3. -->
  4. <launch>
  5. <!--node pkg="tf" type="static_transform_publisher" name="map_to_laser"
  6. args="0.0 0.0 0.0 0.0 0.0 0.0 1.0 /map /laser 40" /-->
  7. <node name="map_server" pkg="map_server" type="map_server" args="$(find rbx1_nav)/maps/blank_map.yaml"/>
  8. </launch>