Initial commit

This commit is contained in:
2026-07-27 13:51:19 +08:00
commit 7bec56ca51
5408 changed files with 1126933 additions and 0 deletions
@@ -0,0 +1,29 @@
<!-- -*- mode: XML -*- -->
<!-- rostest of reading Velodyne 64E PCAP files -->
<launch>
<!-- start read with example PCAP file -->
<node pkg="velodyne_driver" type="velodyne_node" name="velodyne_node">
<param name="pcap" value="$(find velodyne_driver)/tests/class.pcap"/>
</node>
<test test-name="pcap_node_hertz_test" pkg="rostest"
type="hztest" name="hztest_packets_node_64e" >
<param name="hz" value="10.0" />
<param name="hzerror" value="3.0" />
<param name="test_duration" value="5.0" />
<param name="topic" value="velodyne_packets" />
<param name="wait_time" value="2.0" />
</test>
<test test-name="node_diagnostics_test"
pkg="rostest" type="hztest" name="hztest_diag_node_64e">
<param name="hz" value="1.0" />
<param name="hzerror" value="0.5" />
<param name="test_duration" value="5.0" />
<param name="topic" value="diagnostics" />
<param name="wait_time" value="2.0" />
</test>
</launch>