Class Shooter

java.lang.Object
org.team1126.lib.util.command.GRRSubsystem
org.team1126.robot.subsystems.Shooter
All Implemented Interfaces:
edu.wpi.first.wpilibj2.command.Subsystem

public final class Shooter extends GRRSubsystem
  • Constructor Details

    • Shooter

      public Shooter()
  • Method Details

    • periodic

      public void periodic()
    • getState

      public Shooter.ShooterStates getState()
    • readyShooter

      public edu.wpi.first.wpilibj2.command.Command readyShooter()
    • isReady

      public boolean isReady()
      Finds out if the shooter has reached enough speed to shoot
      Returns:
      Whether or not the shooter is ready to shoot
    • feedShooter

      public edu.wpi.first.wpilibj2.command.Command feedShooter()