Package frc.robot
Class Constants.SwerveConstants.Tracking
java.lang.Object
frc.robot.Constants.SwerveConstants.Tracking
- Enclosing class:
- Constants.SwerveConstants
Constraints and settings for automatic alignment.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCoefficients for distance and angular PID controllers. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_SPEED
public static final double MAX_SPEED- See Also:
-
MAX_ACCEL
public static final double MAX_ACCEL- See Also:
-
MAX_DECEL
public static final double MAX_DECEL- See Also:
-
MAX_ANG_SPEED
public static final double MAX_ANG_SPEED- See Also:
-
MAX_ANG_ACCEL
public static final double MAX_ANG_ACCEL- See Also:
-
MAX_ANG_DECEL
public static final double MAX_ANG_DECEL- See Also:
-
DEFAULT_DISTANCE
public static final double DEFAULT_DISTANCE- See Also:
-
MAX_ALIGN_SEPARATION
public static final double MAX_ALIGN_SEPARATION- See Also:
-
ALIGN_SEPARATION_TOLERANCE
public static final double ALIGN_SEPARATION_TOLERANCE- See Also:
-
ANGLE_TOLERANCE
public static final double ANGLE_TOLERANCE -
DISTANCE_TOLERANCE
public static final double DISTANCE_TOLERANCE- See Also:
-
-
Constructor Details
-
Tracking
public Tracking()
-