Class Shooter

All Implemented Interfaces:
Sendable, Subsystem

public final class Shooter extends SubsystemBase
Shooter Subsystem
  • Constructor Details

    • Shooter

      public Shooter(ShooterIO io)
      Shooter Subsystem Constructor
      Parameters:
      io - Shooter IO implementation
  • Method Details

    • periodic

      public void periodic()
    • setVelocity

      public void setVelocity(double velocity)
      Set shooter velocity
    • shoot

      public Command shoot(double velocity)
      Shoot at a given velocity