Class BlingCageSwitchActive
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.alotobots.library.subsystems.bling.commands.BlingCageSwitchActive
- All Implemented Interfaces:
Sendable
Command that displays the Coral Wants Piece animation until a piece is detected. Should be ran in
a race group.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
Command.InterruptionBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionBlingCageSwitchActive
(BlingSubsystem blingSubsystem, BooleanSupplier switchesActive) Creates a new BlingCoralWantsPiece command. -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
addRequirements, addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineFor, deadlineWith, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initialize, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withDeadline, withInterruptBehavior, withName, withTimeout, withTimeout
-
Constructor Details
-
BlingCageSwitchActive
Creates a new BlingCoralWantsPiece command.- Parameters:
blingSubsystem
- The bling subsystem to use
-
-
Method Details