Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
abstract class AutonomousMode<R : Robot> : VoltOpMode<R>

AutonomousMode is an abstract class that defines the methods for running an autonomous mode.

Link copied to clipboard
abstract class DualAutonomousMode<R : Robot> : AutonomousMode<R>

An AutonomousMode that can be registered as two separate op modes, one for each alliance color.

Link copied to clipboard
abstract class MultiAutonomousMode<R : Robot, E : Enum<*>> : AutonomousMode<R>

An AutonomousMode that can be registered as multiple separate op modes, one for each value of the enum E.

Link copied to clipboard

A DualAutonomousMode that can be registered as multiple separate opmodes, one for each value of the enum E.