Interface ShooterIO

All Known Implementing Classes:
ShooterReal, ShooterSim

public interface ShooterIO
Shooter IO Interface
  • Method Details

    • updateInputs

      void updateInputs(ShooterIO.ShooterInputs inputs)
    • runDutyCycleVelocity

      void runDutyCycleVelocity(double velocity)
    • runTorqueCurrentVelocity

      void runTorqueCurrentVelocity(double velocity)
    • setConstants

      void setConstants(FlywheelConstants constants)