主要内容

addLabelData

R2026b

Class: lidar.connector.Connector
Namespace: lidar.connector

Add custom label data at current time

Since R2026b

Syntax

addLabelData(connectorObj,labelData)

Description

addLabelData(connectorObj,labelData) adds the custom label data related to the current time that is shown in the Multi-Sensor Labeler app. The client calls this method using the connectorObj object.

Note

The client class can call this method.

Input Arguments

expand all

Connector object, specified as a lidar.connector.Connector object.

Label data, specified as a cell array. Each element of labelData must correspond to a label stored in the LabelData property of the input lidar.connector.Connector object, connectorObj. The app appends label data only to the signal to which the external tool is connected.

Version History

Introduced in R2026b