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

KnockMineralCraterSide

inner class KnockMineralCraterSide : State

State in which the robot knocks the mineral and travels to the crater from the depot side.

Constructors

<init>

KnockMineralCraterSide()

State in which the robot knocks the mineral and travels to the crater 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.