Package frc.robot.subsystems.swerve.mod
Class SwerveModuleIO.SwerveModuleInputs
java.lang.Object
frc.robot.subsystems.swerve.mod.SwerveModuleIO.SwerveModuleInputs
- Enclosing interface:
- SwerveModuleIO
Inputs for swerve module
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleandoublebooleandoubledoubledoubledoublebooleandoubledoubledoubledoubledouble[]double[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
driveConnected
public boolean driveConnected -
drivePositionRad
public double drivePositionRad -
driveVelocityRadPerSec
public double driveVelocityRadPerSec -
driveAppliedVolts
public double driveAppliedVolts -
driveSupplyCurrentAmps
public double driveSupplyCurrentAmps -
driveStatorCurrentAmps
public double driveStatorCurrentAmps -
angleConnected
public boolean angleConnected -
anglePosition
-
angleVelocityRadPerSec
public double angleVelocityRadPerSec -
angleAppliedVolts
public double angleAppliedVolts -
angleSupplyCurrentAmps
public double angleSupplyCurrentAmps -
angleStatorCurrentAmps
public double angleStatorCurrentAmps -
absoluteAngleConnected
public boolean absoluteAngleConnected -
angleAbsolutePosition
-
odometryDrivePositionsRad
public double[] odometryDrivePositionsRad -
odometryDriveVelocityRadsPerSec
public double[] odometryDriveVelocityRadsPerSec -
odometryAnglePositions
-
-
Constructor Details
-
SwerveModuleInputs
public SwerveModuleInputs()
-