Read point cloud data from Velodyne PCAP file
The velodyneFileReader
object reads point cloud data from a
Velodyne® packet capture (PCAP) file.
creates a Velodyne file reader that reads in point cloud data. Specify the PCAP
file and the device model that generated the file. The inputs set the
veloReader
= velodyneFileReader(fileName
,deviceModel
)FileName
and DeviceModel
properties directly. The reader supports the VLP-16, Puck LITE, Puck Hi-Res,
VLP-32C, HDL-32E, HDL-64E, and VLS-128 device models.
specifies the Velodyne calibration XML file and sets the
veloReader
= velodyneFileReader(fileName
,deviceModel
,'CalibrationFile',calibFile)CalibrationFile
property.