| Class | Description |
|---|---|
| RobotHardware |
This class represents a hardware configuration on the robot.
|
| RobotLinearOpMode<T extends RobotHardware> |
This class simplifies use of the
LinearOpMode |
| RobotOpMode<T extends RobotHardware> |
This class simplifies use of the
LinearOpMode |
| Annotation Type | Description |
|---|---|
| ActiveOpMode |
The
ActiveOpMode annotation is used to specify that an op mode should be registered
for display on the driver station. |