Class ShootingSourceConstant

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

public class ShootingSourceConstant extends ShootingSource
A shooting source that sets a constant value to the shooter.
  • Constructor Details

    • ShootingSourceConstant

      public ShootingSourceConstant(String name, ShooterValues values)
      Creates a new ShootingSourceConstant with the specified name and values.
      Parameters:
      name - The name for the shooting source.
      values - The values to set.
  • Method Details