Class ShootFromAnywhereSource

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

public class ShootFromAnywhereSource extends ShootingSource
A shooting source that dynamically adjusts to allow for shooting from anywhere.
  • Constructor Details

    • ShootFromAnywhereSource

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