Package frc.robot
Class Constants.DrivetrainConstants.AngularVelocityCompensation
java.lang.Object
frc.robot.Constants.DrivetrainConstants.AngularVelocityCompensation
- Enclosing class:
- Constants.DrivetrainConstants
Angular velocity skew correction configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
The angular velocity coefficient.static final boolean
Enables angular velocity correction in autonomous.static final boolean
Enables angular velocity correction in teleop. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USE_IN_TELEOP
public static final boolean USE_IN_TELEOPEnables angular velocity correction in teleop.- See Also:
-
USE_IN_AUTO
public static final boolean USE_IN_AUTOEnables angular velocity correction in autonomous.- See Also:
-
ANGULAR_VELOCITY_COEFFICIENT
public static final double ANGULAR_VELOCITY_COEFFICIENTThe angular velocity coefficient.- See Also:
-
-
Constructor Details
-
AngularVelocityCompensation
public AngularVelocityCompensation()
-