Determine if another Velodyne point cloud is available
determines if another point cloud is available in the packet capture (PCAP) file of
the input Velodyne® file reader. As you read point clouds using
isAvailable
= hasFrame(veloReader
)readFrame
, the point clouds are read sequentially until
this function returns false
.