obstacle_tests.launch 214 B

12345
  1. <launch>
  2. <node name="ms" pkg="map_server" type="map_server" args="$(find costmap_2d)/test/TenByTen.yaml"/>
  3. <test time-limit="300" test-name="obstacle_tests" pkg="costmap_2d" type="obstacle_tests" />
  4. </launch>