supportsMultisignalAutomation
Description
indicates whether the automation algorithm success
= supportsMultisignalAutomation(algObj
)algObj
supports
the automation of multiple signals in a single automation session. Implement
this method in automation algorithms developed for the Ground Truth Labeler (Automated Driving Toolbox) app, which
supports the labeling and automation of multiple signals. If the algorithm
supports multisignal automation, then this method returns
success
as true
.
In automation algorithms developed for the Image
Labeler, Video
Labeler, and Lidar Labeler (Lidar Toolbox) apps, which
support the labeling and automation of only one signal at a time, you can either
delete this method or leave it unchanged. The default implementation of this
method indicates that the automation algorithm does not support multisignal
automation (success
= false
).
Examples
Input Arguments
Version History
Introduced in R2021a