Conversation
* Added Team Lib * Apply Prettier format --------- Co-authored-by: github-actions <github-actions@github.com>
There was a problem hiding this comment.
Pull request overview
This PR introduces staging version 1 with major new subsystems including Drive, Vision, and Shooter implementations using the AdvantageKit framework. The changes add vendor dependencies for 2026 FRC season libraries and implement IO-abstraction patterns for real robot hardware and simulation support.
Changes:
- Added 6 vendor dependency configurations for 2026 season (PhotonVision, REVLib, Phoenix6, PathPlanner, Choreo, AdvantageKit)
- Implemented Drive, Vision, and Shooter subsystems with IO abstraction for real/sim modes
- Added CI/CD workflows for code formatting, build validation, crash testing, and constants checking
- Upgraded GradleRIO from 2026.1.1 to 2026.2.1
Reviewed changes
Copilot reviewed 35 out of 37 changed files in this pull request and generated 19 comments.
Show a summary per file
| File | Description |
|---|---|
| vendordeps/*.json | Added 2026 season vendor dependencies for robot libraries |
| src/.../Vision/*.java | Vision subsystem with PhotonVision integration and pose estimation |
| src/.../Shooter/*.java | Shooter subsystem with flywheel and hood control |
| src/.../Drive/*.java | Swerve drive subsystem with CTRE Phoenix 6 integration |
| Robot.java, Main.java | Formatting changes and CI crash check integration |
| GlobalConstants.java | Global robot constants and mode configuration |
| build.gradle | Upgraded GradleRIO and added team library dependencies |
| .github/workflows/*.yml | CI workflows for formatting, building, and testing |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
|
✅ State machine graph generated and uploaded. |
No description provided.