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

ParkAtCraterDepotSide

inner class ParkAtCraterDepotSide : State

State in which the robot travels to and parks at the crater when started from the crater side.

Constructors

<init>

ParkAtCraterDepotSide()

State in which the robot travels to and parks at the crater when started from the crater 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.