Package-level declarations

Types

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 Direction
The Direction enum represents the possible directions that can be used in the robot's navigation system.
Link copied to clipboard
public 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 class PIDVController extends PIDController
The PIDVController class extends the PIDController class to include an additional velocity term (kV) for more precise control.
Link copied to clipboard
public class Register

Object that provides a utility function to register things.

Link copied to clipboard
public class RobotParameters

Class containing global values for the robot.