Class ShooterSim

java.lang.Object
frc.robot.subsystems.shooter.ShooterSim
All Implemented Interfaces:
ShooterIO

public class ShooterSim extends Object implements ShooterIO
Class for ShooterSim
  • Constructor Details

    • ShooterSim

      public ShooterSim(SimulatedPumbaa sim)
      Constructor Shooter Subsystem - sets motor and encoder preferences
  • Method Details

    • setTopMotor

      public void setTopMotor(double power)
      Specified by:
      setTopMotor in interface ShooterIO
    • setBottomMotor

      public void setBottomMotor(double power)
      Specified by:
      setBottomMotor in interface ShooterIO
    • updateInputs

      public void updateInputs(frc.robot.subsystems.shooter.ShooterIOInputsAutoLogged inputs)
      Specified by:
      updateInputs in interface ShooterIO