Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
After we drop the piece, turn off alignment indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
GalexY727 committed Oct 10, 2023
1 parent eb346a3 commit c3d37f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ else if (autoAlignment.getCurrentNorm() < (PlacementConstants.CONE_BASE_DIAMETER
driver.setRumble(RumbleType.kBothRumble, 1);
operator.setRumble(RumbleType.kBothRumble, 1);

arduinoController.setLEDState(LEDConstants.BELLY_PAN_GREEN_BLINK);
if (claw.hasGameElement())
arduinoController.setLEDState(LEDConstants.BELLY_PAN_GREEN_BLINK);

DriverUI.aligned = true;

Expand Down

0 comments on commit c3d37f0

Please sign in to comment.