CommandOpMode
An OpMode that uses a CommandScheduler, and optionally, a Robot.
Types
Properties
Link copied to clipboard
Whether all commands scheduled in preInit should be cancelled before starting the OpMode. false
by default.
Link copied to clipboard
A handy MultipleGamepad.
Link copied to clipboard
Whether the CommandScheduler should update in the init loop. Note that if preStart is overridden, this is automatically set to true, otherwise false.
Link copied to clipboard
Whether this OpMode is an autonomous OpMode.
Link copied to clipboard
The global SuperTelemetry instance.
Functions
Link copied to clipboard
protected inline fun <Device : Any> getHardware(deviceName: String): CommandOpMode.HardwareDelegate<Device, Device>