LidarData
Description
The LidarData
object stores a sequence of lidar point cloud
data.
Creation
Syntax
Description
creates an empty lidarData
= scenariobuilder.LidarDataLidarData
object, lidarData
.
creates a lidarData
= scenariobuilder.LidarData(timestamps
,pointClouds
)LidarData
object, lidarData
, with the Timestamps
and
PointClouds
properties set by the timestamps
and pointClouds
arguments, respectively. Additionally, this syntax
sets the SampleRate
, SampleTime
,
TimeDuration
, and NumSamples
properties.
sets writable properties using one or more name-value arguments. For example,
lidarData
= scenariobuilder.LidarData(timestamps
,pointClouds
,Name=Value
)Name="lidar1"
specifies the name of the lidar sensor as
"lidar1"
.
Note
This object requires the Scenario Builder for Automated Driving Toolbox™ support package. You can install the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Properties
Object Functions
add | Add data to lidar data object |
remove | Remove data from sensor data object |
read | Read data from sensor data object |
copy | Create copy of sensor data object |
crop | Crop data from sensor data object |
synchronize | Synchronize sensor data with reference sensor information |
play | Play point clouds from lidar data object |
datastore | Create datastore from sensor data object |
normalizeTimestamps | Normalize timestamps of sensor data object |
Examples
Version History
Introduced in R2024b