inflation_tests.launch 284 B

123456
  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="inflation_tests" pkg="costmap_2d" type="inflation_tests">
  4. <param name="inflation/cost_scaling_factor" value="1" />
  5. </test>
  6. </launch>