tb_move_base_blank_map.launch 480 B

1234567891011
  1. <launch>
  2. <!-- Launch move_base and load all navigation parameters -->
  3. <include file="$(find rbx1_nav)/launch/tb_move_base.launch" />
  4. <!-- Run the map server with a blank map -->
  5. <node name="map_server" pkg="map_server" type="map_server" args="$(find rbx1_nav)/maps/blank_map.yaml" />
  6. <!-- Run a static transform between /odom and /map -->
  7. <node pkg="tf" type="static_transform_publisher" name="odom_map_broadcaster" args="0 0 0 0 0 0 /map /odom 100" />
  8. </launch>