@TeleOp("NAME HERE") @Disabled class ExampleIterativeOpModeKotlin : OpMode
A bare-bones iterative op mode. Runs by repeatedly calling loop over and over again. Good for Tele-Op op modes.
ExampleIterativeOpModeKotlin()
A bare-bones iterative op mode. Runs by repeatedly calling loop over and over again. Good for Tele-Op op modes. |
val drive: MecanumDrive |
|
val gyro: Gyro |
|
val vision: Vision |
fun init(): Unit |
|
fun init_loop(): Unit |
|
fun loop(): Unit |
|
fun start(): Unit |
|
fun stop(): Unit |