Package frc.robot.superstructure.sources
Class ShootingSourceConstant
java.lang.Object
frc.robot.superstructure.sources.ShootingSource
frc.robot.superstructure.sources.ShootingSourceConstant
- All Implemented Interfaces:
Supplier<Optional<ShooterValues>>
A shooting source that sets a constant value to the shooter.
-
Field Summary
Fields inherited from class frc.robot.superstructure.sources.ShootingSource
name -
Constructor Summary
ConstructorsConstructorDescriptionShootingSourceConstant(String name, ShooterValues values) Creates a new ShootingSourceConstant with the specified name and values. -
Method Summary
Methods inherited from class frc.robot.superstructure.sources.ShootingSource
getName
-
Constructor Details
-
ShootingSourceConstant
Creates a new ShootingSourceConstant with the specified name and values.- Parameters:
name- The name for the shooting source.values- The values to set.
-
-
Method Details
-
get
-