Add costmap_2d package sources
Convert navigations/costmap_2d from gitlink to normal tracked files.
This commit is contained in:
14
navigations/costmap_2d/test/simple_driving_test.xml
Executable file
14
navigations/costmap_2d/test/simple_driving_test.xml
Executable file
@@ -0,0 +1,14 @@
|
||||
<launch>
|
||||
<param name="/use_sim_time" value="true"/>
|
||||
|
||||
<node name="rosplay" pkg="rosbag" type="play"
|
||||
args="-s 5 -r 1 --clock --hz=10 $(find costmap_2d)/test/simple_driving_test_indexed.bag" />
|
||||
|
||||
<node name="map_server" pkg="map_server" type="map_server" args="$(find costmap_2d)/test/willow-full-0.025.pgm 0.025" />
|
||||
|
||||
<rosparam file="$(find costmap_2d)/test/costmap_params.yaml" command="load" ns="simple_driving_test/test_costmap" />
|
||||
<test time-limit="600" test-name="simple_driving_test" pkg="costmap_2d" type="costmap_tester">
|
||||
<param name="wait_time" value="40.0" />
|
||||
</test>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user