Package frc.robot.superstructure.sources
Class ShootFromAnywhereSource
java.lang.Object
frc.robot.superstructure.sources.ShootingSource
frc.robot.superstructure.sources.ShootFromAnywhereSource
- All Implemented Interfaces:
Supplier<Optional<ShooterValues>>
A shooting source that dynamically adjusts to allow for shooting from anywhere.
-
Field Summary
Fields inherited from class frc.robot.superstructure.sources.ShootingSource
name -
Constructor Summary
ConstructorsConstructorDescriptionShootFromAnywhereSource(CommandSwerveDrivetrain drivetrain) Creates a new ShootFromAnywhereSource. -
Method Summary
Methods inherited from class frc.robot.superstructure.sources.ShootingSource
getName
-
Constructor Details
-
ShootFromAnywhereSource
Creates a new ShootFromAnywhereSource.- Parameters:
drivetrain- The drivetrain to poll for pose and velocity.
-
-
Method Details
-
get
-