read
Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.
Description
[
returns point clouds and their respective timestamps from the pcloud
,timestamps
] = read(lidarobj
)velodynelidar
object lidarobj
.
If the object is streaming, then this syntax returns the oldest point cloud in the
buffer. Use start
to begin
streaming point cloud data.
If the object is not streaming and there are existing point clouds in the buffer, then this syntax returns the oldest point cloud. If the object is not streaming and there are no existing point clouds in the buffer, then this syntax starts streaming for one point cloud, stops streaming, and returns it.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022b