Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<!-- -*- mode: XML -*- -->
|
||||
<!-- rostest of the velodyne_laserscan system -->
|
||||
|
||||
<launch>
|
||||
|
||||
<!-- Select log or screen output -->
|
||||
<arg name="output" default="log"/> <!-- screen/log -->
|
||||
|
||||
<!-- Start the laserscan node -->
|
||||
<node pkg="velodyne_laserscan" type="velodyne_laserscan_node" name="laserscan" output="$(arg output)" />
|
||||
|
||||
<!-- Start the rostest -->
|
||||
<test test-name="test_system_node" pkg="velodyne_laserscan"
|
||||
type="test_system_node" name="test_system">
|
||||
</test>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user