Class BlingAlgaeWantsPiece

java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.alotobots.library.subsystems.bling.commands.BlingAlgaeWantsPiece
All Implemented Interfaces:
Sendable

public class BlingAlgaeWantsPiece extends Command
Command that displays the Algae Wants Piece animation until a piece is detected. Should be ran in a race group.
  • Constructor Details

    • BlingAlgaeWantsPiece

      public BlingAlgaeWantsPiece(BlingSubsystem blingSubsystem)
      Creates a new BlingAlgaeWantsPiece command.
      Parameters:
      blingSubsystem - The bling subsystem to use
  • Method Details

    • initialize

      public void initialize()
      Overrides:
      initialize in class Command
    • isFinished

      public boolean isFinished()
      Overrides:
      isFinished in class Command
    • end

      public void end(boolean interrupted)
      Overrides:
      end in class Command