open class AutoOpMode : LinearOpMode
The autonomous op mode. |
|
class AutoOpModeCrater : AutoOpMode
Autonomous op mode to use in case the robot cannot determine its position on the crater side. |
|
class AutoOpModeDepot : AutoOpMode
Autonomous op mode to use in case the robot cannot determine its position on the depot side. |
|
class AutoOpModeFallback : AutoOpMode
Autonomous op mode to use in case the normal one completely borks. |
|
class AutoOpModeFallbackOnCraterSide : AutoOpMode
Autonomous op mode to use in case there is a chance of collision with the other team's robot. |
|
open class |
|
open class |