-
Notifications
You must be signed in to change notification settings - Fork 0
Added Aligning LEDs #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Added Aligning LEDs #201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds LED feedback for reef auto-drive states by introducing new triggers and configuring them with aligning animations.
- Adds two new triggers (
isInReefAutoDriveLeftandisInReefAutoDriveRight) to detect when the robot is in reef auto-driving states - Creates a new LED animation constant (
ALIGNING_ANAMATION) for visual feedback during alignment - Configures LED feedback for all auto-driving states (CS, Processor, and Reef) to use the aligning animation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/main/java/frc/robot/RobotContainer.java | Adds triggers for reef auto-drive left/right states and configures LED feedback for all auto-drive states |
| src/main/java/frc/robot/Constants.java | Defines the aligning animation constant as a yellow LED color array |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7fabd9e to
63c4435
Compare
No description provided.