Class ModuleIOTalonFXSim

java.lang.Object
frc.alotobots.library.subsystems.swervedrive.io.ModuleIOTalonFX
frc.alotobots.library.subsystems.swervedrive.io.ModuleIOTalonFXSim
All Implemented Interfaces:
ModuleIO

public class ModuleIOTalonFXSim extends ModuleIOTalonFX
Physics sim implementation of module IO. The sim models are configured using a set of module constants from Phoenix. Simulation is always based on voltage control.
  • Constructor Details

    • ModuleIOTalonFXSim

      public ModuleIOTalonFXSim(int moduleIndex, org.ironmaple.simulation.drivesims.SwerveModuleSimulation simulation)
  • Method Details