CommandOpMode
An OpMode that uses a CommandScheduler, and optionally, a Robot.
Types
Properties
Whether all commands scheduled in preInit should be cancelled before starting the OpMode. false
by default.
A handy MultipleGamepad.
Whether the CommandScheduler should update in the init loop. Note that if preStart is overridden, this is automatically set to true, otherwise false.
Whether this OpMode is an autonomous OpMode.
The global SuperTelemetry instance.
Functions
Whether all commands scheduled in preInit should be cancelled before starting the OpMode. false
by default.
Whether the CommandScheduler should update in the init loop. Note that if preStart is overridden, this is automatically set to true, otherwise false.
Whether all commands scheduled in preInit should be cancelled before starting the OpMode. false
by default.
Whether the CommandScheduler should update in the init loop. Note that if preStart is overridden, this is automatically set to true, otherwise false.