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

MoveFromLander

inner class MoveFromLander : State

State in which the robot moves away from the lander. (A)

Constructors

<init>

MoveFromLander()

State in which the robot moves away from the lander. (A)

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.