MotifFinder

open class MotifFinder : Callable<V>

Consistently runs a detection to find the Motif AprilTag. Once found, this task ends and the result is returned.

This finder is designed to be used by the Threads system, and results returned via the Threads.Result interface. Will log to Logcat and BOM telemetry logs on completion if available.

Author

Lucas Bubner, 2025

Since

8.0.0

Constructors

Link copied to clipboard
constructor(processor: AprilTag)
Creates a new MotifFinder.

Properties

Link copied to clipboard
open var POLL_MS: Int
The rate at which the thread should check for updates in the AprilTag data list.

Functions

Link copied to clipboard
open fun call(): Motif