inner class GatherVisionData : State
State in which the robot gathers vision data. (1)
GatherVisionData(shouldFindLocation: Boolean = true)
State in which the robot gathers vision data. (1) |
val name: String
The name of the State, displayed on the driver station. |
|
val shouldFindLocation: Boolean |
fun run(prev: State?, next: State?): Unit
Runs the code associated with a state. |