Read Velodyne point cloud from file
reads the next point cloud in sequence from the Velodyne® PCAP file and returns a ptCloud
= readFrame(veloReader
)pointCloud
object.
reads the point cloud with the specific frame number from the file.ptCloud
= readFrame(veloReader
,frameNumber
)
reads the first point cloud recorded at or after the given
ptCloud
= readFrame(veloReader
,frameTime
)frameTime
.