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

Land

inner class Land : State

Work-in-progress state in which the robot lands.

Constructors

<init>

Land()

Work-in-progress state in which the robot lands.

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.