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

TravelToDepot

inner class TravelToDepot : State

State in which the robot travels to the depot.

Constructors

<init>

TravelToDepot()

State in which the robot travels to the depot.

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.