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