readMessages
Syntax
Description
reads Ibeo FUSION SYSTEM/ECU scan data and Ibeo point cloud plane messages from an Ibeo data
container (IDC) file. The function returns an array of ptCloud
= readMessages(ibeoReader
)pointCloud
objects,
where each object contains individual message data.
[
additionally returns the message type and timestamp for each message. If the message is a
point cloud plane message, the function also returns additional plane information.ptCloud
,messageData
] = readMessages(ibeoReader
)
[___] = readMessages(
specifies options using one or more name-value pair arguments in addition to the input
argument. For example, ibeoReader
,Name,Value
)'Messages',"Scan"
sets the message type to read
from the IDC file to "Scan"
.
Input Arguments
Output Arguments
Version History
Introduced in R2020b