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

GatherVisionData

inner class GatherVisionData : State

State in which the robot gathers vision data. (1)

Constructors

<init>

GatherVisionData(shouldFindLocation: Boolean = true)

State in which the robot gathers vision data. (1)

Properties

name

val name: String

The name of the State, displayed on the driver station.

shouldFindLocation

val shouldFindLocation: Boolean

Functions

run

fun run(prev: State?, next: State?): Unit

Runs the code associated with a state.