labelDefinitionLoadListener
R2026bClass: driving.connector.Connector
Namespace: driving.connector
(To be removed) Update external tool for new label definitions in Ground Truth Labeler app
labelDefinitionLoadListener will be removed in a future release.
Use lidar.connector.Connector instead.
For information on updating your code, see Version
History.
Syntax
labelDefinitionLoadListener(connectorObj)
Description
labelDefinitionLoadListener(
provides an option to update the external tool that is connected to the Ground
Truth Labeler app when new set of label definitions is imported into the app. The app
calls this method using the connectorObj)connectorObj object. You can optionally use
this method to react to the event of connecting a new data source to the app.
Note
The client class can optionally implement this method.