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