Package frc.robot.superstructure.sources
Class ShootingSourceIdle
java.lang.Object
frc.robot.superstructure.sources.ShootingSource
frc.robot.superstructure.sources.ShootingSourceIdle
- All Implemented Interfaces:
Supplier<Optional<ShooterValues>>
A shooting source that never outputs a target.
-
Field Summary
Fields inherited from class frc.robot.superstructure.sources.ShootingSource
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class frc.robot.superstructure.sources.ShootingSource
getName
-
Constructor Details
-
ShootingSourceIdle
public ShootingSourceIdle()Creates a new ShootingSourceIdle.
-
-
Method Details
-
get
-