ousterROSMessageReader
Description
The ousterROSMessageReader
object reads point cloud data from
PacketMsg
ROS messages, collected from a Ouster® lidar sensor. To read this point cloud data into the workspace as point cloud
object, use the object function. To check for additional point clouds in the message set, use
the object function.
Creation
Syntax
Description
creates a Ouster ROS message reader object for a set of ousterReader
= ousterROSMessageReader(msgs
,calibrationFile
)PacketMsg
ROS
messages msgs
created from raw Ouster lidar data messages in a specified calibration JSON file
calibrationFile
.
specifies options using one or more name-value arguments in addition to any combination
of arguments from previous syntaxes. ousterReader
= ousterROSMessageReader(msgs
,calibrationFile
,Name=Value
)
Input Arguments
Properties
Object Functions
Tips
Not providing a calibration file can lead to inaccurate results.
Version History
Introduced in R2024a
See Also
pointCloud
| hasFrame
| readFrame
| reset