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

KnockMineralDepotSide

inner class KnockMineralDepotSide : State

State in which the robot knocks the mineral from the depot side.

Constructors

<init>

KnockMineralDepotSide()

State in which the robot knocks the mineral from the depot side.

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.