Class ShootFromAnywhereInterpolatedSource

java.lang.Object
frc.robot.superstructure.sources.ShootingSource
frc.robot.superstructure.sources.ShootFromAnywhereInterpolatedSource
All Implemented Interfaces:
Supplier<Optional<ShooterValues>>

public class ShootFromAnywhereInterpolatedSource extends ShootingSource
A shooting source that dynamically adjusts to allow for shooting from anywhere, using interpolation tables internally.
  • Constructor Details

    • ShootFromAnywhereInterpolatedSource

      public ShootFromAnywhereInterpolatedSource(CommandSwerveDrivetrain drivetrain)
      Creates a new ShootFromAnywhereInterpolatedSource.
      Parameters:
      drivetrain - The drivetrain to poll for pose and velocity.
  • Method Details