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

ClaimDepot

inner class ClaimDepot : State

State in which the robot uses its intake to claim the depot. (2)

Constructors

<init>

ClaimDepot()

State in which the robot uses its intake to claim the depot. (2)

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.