Class BlingCoralWantsPiece

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

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

    • BlingCoralWantsPiece

      public BlingCoralWantsPiece(BlingSubsystem blingSubsystem)
      Creates a new BlingCoralWantsPiece 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