readFrame
Syntax
Description
reads the next point cloud frame from the Ouster® ROS messages and returns a ptCloud
= readFrame(ousterReader
)pointCloud
object. The next
point cloud frame is the first point cloud available at or after the value of the
CurrentTime
property of the Ouster ROS message reader object ousterReader
.
reads the point cloud with the specified frame number from the Ouster ROS messages.ptCloud
= readFrame(ousterReader
,frameNumber
)
reads the first point cloud available at or after the specified timestamp
ptCloud
= readFrame(ousterReader
,frameTime
)frameTime
.
Input Arguments
Output Arguments
Version History
Introduced in R2024a