TeamCode / org.firstinspires.ftc.teamcode.autonomous / AutoOpMode / ExitDepot

ExitDepot

inner class ExitDepot : State

State in which the robot exits the depot.

Constructors

<init>

ExitDepot()

State in which the robot exits the depot.

Properties

name

val name: String

The name of the State, displayed on the driver station.

Functions

run

fun run(prev: State?, next: State?): Unit

Runs the code associated with a state.