Newer
Older
orange2022 / src / navigation / costmap_2d / test / inflation_tests.launch
<launch>
  <node name="ms" pkg="map_server" type="map_server" args="$(find costmap_2d)/test/TenByTen.yaml"/>
  <test time-limit="300" test-name="inflation_tests" pkg="costmap_2d" type="inflation_tests">
    <param name="inflation/cost_scaling_factor" value="1" />
  </test>
</launch>