velodyneFileReader
Read point cloud data from Velodyne PCAP file
Description
The velodyneFileReader
object reads point cloud data from a
Velodyne® packet capture (PCAP) file.
Creation
Syntax
Description
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, VLS-128, and Velarray H800 device models.
specifies options using one or more name-value arguments in addition to any
combination of arguments from previous syntaxes. For example,
(veloReader
= velodyneFileReader(FileName
,DeviceModel
,Name=Value
)OrganizePoints
=true
) returns an
organized point cloud.
Input Arguments
Properties
Object Functions
Examples
Version History
Introduced in R2018aSee Also
Functions
Objects
Topics
- Lidar Toolbox Supported Hardware (Lidar Toolbox)
- Get Started with Velodyne LiDAR Sensor Acquisition (Lidar Toolbox)
- Build a Map from Lidar Data