TeamCode / org.firstinspires.ftc.teamcode.tests / MineralDetectionTest

MineralDetectionTest

@Autonomous("Mineral Detection Test", "Tests") open class MineralDetectionTest : OpMode

This 2018-2019 OpMode illustrates the basics of using the TensorFlow Object Detection API to determine the position of the gold and silver minerals. Use Android Studio to Copy this Class, and Paste it into your team's code folder with a new name. Remove or comment out the @Disabled line to add this opmode to the Driver Station OpMode list. IMPORTANT: In order to use this OpMode, you need to obtain your own Vuforia license key as is explained below.

Constructors

<init>

MineralDetectionTest()

This 2018-2019 OpMode illustrates the basics of using the TensorFlow Object Detection API to determine the position of the gold and silver minerals. Use Android Studio to Copy this Class, and Paste it into your team's code folder with a new name. Remove or comment out the @Disabled line to add this opmode to the Driver Station OpMode list. IMPORTANT: In order to use this OpMode, you need to obtain your own Vuforia license key as is explained below.

Functions

init

open fun init(): Unit

loop

open fun loop(): Unit

start

open fun start(): Unit

stop

open fun stop(): Unit