Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Raw Velodyne LIDAR packet.
|
||||
|
||||
time stamp # packet timestamp
|
||||
uint8[1206] data # packet contents
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# Velodyne LIDAR scan packets.
|
||||
|
||||
Header header # standard ROS message header
|
||||
VelodynePacket[] packets # vector of raw packets
|
||||
Reference in New Issue
Block a user