hesaiFileReader
Description
The hesaiFileReader
object reads point cloud data from a
Hesai® packet capture (PCAP) file.
Creation
Syntax
Description
creates a hesaiReader
= hesaiFileReader(fileName
,deviceModel
)hesaiFileReader
object that reads point cloud data from a
Hesai PCAP file. Specify the PCAP file fileName
and the
device model deviceModel
. The inputs set the
FileName
and DeviceModel
properties,
respectively. The reader supports the Pandar128E3X, Pandar64, PandarQT, and PandarXT32
device models.
specify hesaiReader
= hesaiFileReader(___,Name=Value
)CalibrationFile
and SkipPartialFrames
properties using one or more name-value arguments. For example,
hesaiFileReader(fileName,deviceModel,SkipPartialFrames=0)
creates
an Hesai file reader that does not skip partial frames.
Properties
Object Functions
Examples
Version History
Introduced in R2022a