Main Content

updateLabelerCurrentTime

Class: driving.connector.Connector
Namespace: driving.connector

Update current time in Ground Truth Labeler app

Syntax

updateLabelerCurrentTime(connectorObj,newTime)

Description

updateLabelerCurrentTime(connectorObj,newTime) updates the current time in the Ground Truth Labeler app to newTime. 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 driving.connector.Connector object.

Current time for app, specified as a real scalar in seconds. The newTime value sets the current time in the Ground Truth Labeler app.

Version History

Introduced in R2017a