Package frc.robot.constants
Class AutoConstants
java.lang.Object
frc.robot.constants.AutoConstants
-
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 doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_VELOCITY_MPS
public static final double MAX_VELOCITY_MPS- See Also:
-
MAX_ACCELERATION_MPS2
public static final double MAX_ACCELERATION_MPS2- See Also:
-
MAX_ANGULAR_VELOCITY_RAD_PER_SEC
public static final double MAX_ANGULAR_VELOCITY_RAD_PER_SEC- See Also:
-
MAX_ANGULAR_ACCELERATION_RAD_PER_SEC2
public static final double MAX_ANGULAR_ACCELERATION_RAD_PER_SEC2- See Also:
-
ALIGN_TRANSLATION_KP
public static final double ALIGN_TRANSLATION_KP- See Also:
-
ALIGN_THETA_KP
public static final double ALIGN_THETA_KP- See Also:
-
ALIGN_TRANSLATION_IZONE_METERS
public static final double ALIGN_TRANSLATION_IZONE_METERS- See Also:
-
ALIGN_THETA_IZONE_RAD
public static final double ALIGN_THETA_IZONE_RAD -
ALIGN_TRANSLATION_MAX_VELOCITY_MPS
public static final double ALIGN_TRANSLATION_MAX_VELOCITY_MPS- See Also:
-
ALIGN_TRANSLATION_MAX_ACCEL_MPS2
public static final double ALIGN_TRANSLATION_MAX_ACCEL_MPS2- See Also:
-
ALIGN_ROTATION_MAX_VELOCITY_RAD_PER_SEC
public static final double ALIGN_ROTATION_MAX_VELOCITY_RAD_PER_SEC- See Also:
-
ALIGN_ROTATION_MAX_ACCEL_RAD_PER_SEC2
public static final double ALIGN_ROTATION_MAX_ACCEL_RAD_PER_SEC2- See Also:
-
ALIGN_TRANSLATION_TOLERANCE_METERS
public static final double ALIGN_TRANSLATION_TOLERANCE_METERS- See Also:
-
ALIGN_ROTATION_TOLERANCE_RAD
public static final double ALIGN_ROTATION_TOLERANCE_RAD- See Also:
-
-
Constructor Details
-
AutoConstants
public AutoConstants()
-