Class BlingConstants.Animations
java.lang.Object
frc.alotobots.library.subsystems.bling.constants.BlingConstants.Animations
- Enclosing class:
- BlingConstants
Pre-configured animation patterns.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.ctre.phoenix.led.LarsonAnimation
Algae ejected time to drive (For Reef) - Yellow run up and down (2s)static final com.ctre.phoenix.led.ColorFlowAnimation
Coral intake has piece - Yellow (2s)static final com.ctre.phoenix.led.StrobeAnimation
Algae intake wants piece - Yellow Flashing (Till has piece)static final com.ctre.phoenix.led.RainbowAnimation
Auto driving - Rainbow (While active)static final com.ctre.phoenix.led.StrobeAnimation
Climber ready (to take down elevator) - White strobing (2s)static final com.ctre.phoenix.led.LarsonAnimation
Coral ejected time to drive (For Reef) - Purple run up and down (2s)static final com.ctre.phoenix.led.ColorFlowAnimation
Coral intake has piece - Purple (2s)static final com.ctre.phoenix.led.StrobeAnimation
Coral intake wants piece - Purple Blinking (Till has piece)static final com.ctre.phoenix.led.LarsonAnimation
Count down timer for endgame - Blue slowly disappearing (30s)static final com.ctre.phoenix.led.LarsonAnimation
Count down timer for endgame - Red slowly disappearing (30s)static final com.ctre.phoenix.led.ColorFlowAnimation
Animation pattern for no alliance selected statestatic final com.ctre.phoenix.led.StrobeAnimation
Time to climb animation (triggers like 5s before end of match) - Blink blue rapidly (2s)static final com.ctre.phoenix.led.StrobeAnimation
Time to climb animation (triggers like 5s before end of match) - Blink red rapidly (2s) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_ALLIANCE_ANIMATION
public static final com.ctre.phoenix.led.ColorFlowAnimation NO_ALLIANCE_ANIMATIONAnimation pattern for no alliance selected state -
CORAL_HAS_PIECE_ANIMATION
public static final com.ctre.phoenix.led.ColorFlowAnimation CORAL_HAS_PIECE_ANIMATIONCoral intake has piece - Purple (2s) -
CORAL_WANTS_PIECE_ANIMATION
public static final com.ctre.phoenix.led.StrobeAnimation CORAL_WANTS_PIECE_ANIMATIONCoral intake wants piece - Purple Blinking (Till has piece) -
CORAL_EJECTED_DRIVE_ANIMATION
public static final com.ctre.phoenix.led.LarsonAnimation CORAL_EJECTED_DRIVE_ANIMATIONCoral ejected time to drive (For Reef) - Purple run up and down (2s) -
ALGAE_WANTS_PIECE_ANIMATION
public static final com.ctre.phoenix.led.StrobeAnimation ALGAE_WANTS_PIECE_ANIMATIONAlgae intake wants piece - Yellow Flashing (Till has piece) -
ALGAE_HAS_PIECE_ANIMATION
public static final com.ctre.phoenix.led.ColorFlowAnimation ALGAE_HAS_PIECE_ANIMATIONCoral intake has piece - Yellow (2s) -
ALGAE_EJECTED_DRIVE_ANIMATION
public static final com.ctre.phoenix.led.LarsonAnimation ALGAE_EJECTED_DRIVE_ANIMATIONAlgae ejected time to drive (For Reef) - Yellow run up and down (2s) -
ENDGAME_COUNTDOWN_RED_ANIMATION
public static final com.ctre.phoenix.led.LarsonAnimation ENDGAME_COUNTDOWN_RED_ANIMATIONCount down timer for endgame - Red slowly disappearing (30s) -
ENDGAME_COUNTDOWN_BLUE_ANIMATION
public static final com.ctre.phoenix.led.LarsonAnimation ENDGAME_COUNTDOWN_BLUE_ANIMATIONCount down timer for endgame - Blue slowly disappearing (30s) -
TIME_TO_CLIMB_RED_ANIMATION
public static final com.ctre.phoenix.led.StrobeAnimation TIME_TO_CLIMB_RED_ANIMATIONTime to climb animation (triggers like 5s before end of match) - Blink red rapidly (2s) -
TIME_TO_CLIMB_BLUE_ANIMATION
public static final com.ctre.phoenix.led.StrobeAnimation TIME_TO_CLIMB_BLUE_ANIMATIONTime to climb animation (triggers like 5s before end of match) - Blink blue rapidly (2s) -
CLIMBER_READY_ANIMATION
public static final com.ctre.phoenix.led.StrobeAnimation CLIMBER_READY_ANIMATIONClimber ready (to take down elevator) - White strobing (2s) -
AUTO_DRIVING_ANIMATION
public static final com.ctre.phoenix.led.RainbowAnimation AUTO_DRIVING_ANIMATIONAuto driving - Rainbow (While active)
-
-
Constructor Details
-
Animations
public Animations()
-