Package-level declarations

Types

Link copied to clipboard
public enum AlgaeCounter extends Enum<AlgaeCounter>

Enum representing the different states of the algae intake process.

Link copied to clipboard
public enum AlgaePivotState extends Enum<AlgaePivotState>

Enum class representing the state of the pivot for algae intaking.

Link copied to clipboard
public enum Button extends Enum<Button>

Enum class representing the buttons on a joystick or game controller.

Link copied to clipboard
public enum CoralState extends Enum<CoralState>

Enum class representing the states of the coral manipulator.

Link copied to clipboard
public enum Direction extends Enum<Direction>

The Direction enum represents the possible directions that can be used in the robot's navigation system.

Link copied to clipboard
public enum ElevatorMotor extends Enum<ElevatorMotor>

Enum class representing the motors of an elevator system. This enum is used to distinguish between the left and right motors.

Link copied to clipboard
public enum ElevatorState extends Enum<ElevatorState>

The ElevatorState enum represents the different levels that the elevator can be in within the robot's system.

Link copied to clipboard
public enum LEDState extends Enum<LEDState>

The LEDState enum represents the color scheme of the LEDs. Each constant in this enum corresponds to a different LED color pattern or effect.