Class ShootingSourceIdle

java.lang.Object
frc.robot.superstructure.sources.ShootingSource
frc.robot.superstructure.sources.ShootingSourceIdle
All Implemented Interfaces:
Supplier<Optional<ShooterValues>>

public class ShootingSourceIdle extends ShootingSource
A shooting source that never outputs a target.
  • Constructor Details

    • ShootingSourceIdle

      public ShootingSourceIdle()
      Creates a new ShootingSourceIdle.
  • Method Details