Package frc.robot
Class Constants.Swerve.ModuleConstants
java.lang.Object
frc.robot.Constants.Swerve.ModuleConstants
- Enclosing class:
- Constants.Swerve
Swerve Module constants shared across all modules.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Current
static final Current
static final Time
static final boolean
static final Voltage
static final double
static final double
static final MomentOfInertia
static final DCMotor
static final double
static final Current
static final Current
static final Time
static final boolean
static final Voltage
static final double
static final double
static final DCMotor
static final double
static final double
static final double
static final double
static final double
static final LinearAcceleration
static final AngularVelocity
static final Current
static final double
static final Distance
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
driveMotor
-
angleMotor
-
driveFrictionVoltage
-
angleFrictionVoltage
-
wheelCoeffFriction
public static final double wheelCoeffFriction- See Also:
-
angleMomentOfInertia
-
wheelRadius
-
slipCurrent
-
driveCurrentLimit
-
driveCurrentLowerLimit
-
driveCurrentLowerTimeThreshold
-
driveEnableCurrentLimit
public static final boolean driveEnableCurrentLimit- See Also:
-
angleCurrentLimit
-
angleCurrentThreshold
-
angleCurrentThresholdTime
-
angleEnableCurrentLimit
public static final boolean angleEnableCurrentLimit- See Also:
-
maxSteerRate
-
maxDriveRate
-
ffkS
public static final double ffkS- See Also:
-
ffkV
public static final double ffkV- See Also:
-
ffkT
public static final double ffkT -
ffkA
public static final double ffkA- See Also:
-
drivekP
public static final double drivekP- See Also:
-
drivekD
public static final double drivekD- See Also:
-
anglekP
public static final double anglekP- See Also:
-
anglekD
public static final double anglekD- See Also:
-
driveReduction
public static final double driveReduction -
angleReduction
public static final double angleReduction
-
-
Constructor Details
-
ModuleConstants
public ModuleConstants()
-