Package-level declarations

Types

Link copied to clipboard
public class Dash

Utility class for logging. Provides methods to update PID values, retrieve double values, create pairs, and perform test logging.

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 class Kommand

The Kommand object provides factory methods to create various commands used in the robot's operation.

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 RobotParameters

Class containing global values for the robot.