Package frc.spectrumLib.swerve
Class MapleSimSwerveDrivetrain.SimSwerveModule
java.lang.Object
frc.spectrumLib.swerve.MapleSimSwerveDrivetrain.SimSwerveModule
- Enclosing class:
- MapleSimSwerveDrivetrain
Represents the simulation of a single SwerveModule.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimSwerveModule(SwerveModuleConstants<TalonFXConfiguration, TalonFXConfiguration, CANcoderConfiguration> moduleConstant, SwerveModuleSimulation moduleSimulation, SwerveModule<TalonFX, TalonFX, CANcoder> module) -
Method Summary
-
Field Details
-
moduleConstant
public final SwerveModuleConstants<TalonFXConfiguration,TalonFXConfiguration, moduleConstantCANcoderConfiguration> -
moduleSimulation
-
-
Constructor Details
-
SimSwerveModule
public SimSwerveModule(SwerveModuleConstants<TalonFXConfiguration, TalonFXConfiguration, CANcoderConfiguration> moduleConstant, SwerveModuleSimulation moduleSimulation, SwerveModule<TalonFX, TalonFX, CANcoder> module)
-