simple_driving_test.xml 609 B

1234567891011121314
  1. <launch>
  2. <param name="/use_sim_time" value="true"/>
  3. <node name="rosplay" pkg="rosbag" type="play"
  4. args="-s 5 -r 1 --clock --hz=10 $(find costmap_2d)/test/simple_driving_test_indexed.bag" />
  5. <node name="map_server" pkg="map_server" type="map_server" args="$(find costmap_2d)/test/willow-full-0.025.pgm 0.025" />
  6. <rosparam file="$(find costmap_2d)/test/costmap_params.yaml" command="load" ns="simple_driving_test/test_costmap" />
  7. <test time-limit="600" test-name="simple_driving_test" pkg="costmap_2d" type="costmap_tester">
  8. <param name="wait_time" value="40.0" />
  9. </test>
  10. </launch>