@Autonomous("NAME HERE") @Disabled class ExampleLinearOpModeKotlin : LinearOpMode
A bare-bones linear op mode. Runs by calling a method once and is slightly simpler to implement than an iterative op mode. Good for Autonomous op modes.
ExampleLinearOpModeKotlin()
A bare-bones linear op mode. Runs by calling a method once and is slightly simpler to implement than an iterative op mode. Good for Autonomous op modes. |
val drive: MecanumDrive |
|
val gyro: Gyro |
|
val vision: Vision |
fun runOpMode(): Unit |