TeamCode / org.firstinspires.ftc.teamcode.examples / ExampleIterativeOpModeJava

ExampleIterativeOpModeJava

@TeleOp("NAME HERE") @Disabled open class ExampleIterativeOpModeJava : OpMode

A bare-bones iterative op mode in Java. Runs by repeatedly calling loop over and over again. Good for Tele-Op op modes.

Constructors

<init>

ExampleIterativeOpModeJava()

A bare-bones iterative op mode in Java. Runs by repeatedly calling loop over and over again. Good for Tele-Op op modes.

Functions

init

open fun init(): Unit

init_loop

open fun init_loop(): Unit

loop

open fun loop(): Unit

start

open fun start(): Unit

stop

open fun stop(): Unit