Releases: AZ-First/Az-RBSI
Release list
Version 26.3.0
2026 ARL Release
This release is available for teams who are creating a robot for the Summer 2026 ARL season. It is ready to be used with a fresh drive base to play REBUILT.
There are significant enough changes in this release that it may be challenging to bring robots built on v26.0 or v26.1 up to this release, but the Template Update tool in your robot code's repository will make an attempt at it!
In addition, this release cleans up many longstanding nagging issues and greatly improves the documentation of Az-RBSI ahead of the upcoming switch to SystemCore in 2027.
What's Changed
Exciting New Features 🎉
Other Changes
- Update AprilTag Definitions by @tbowers7 in #146
- [Gradle] Update to 2026 fully by @NotTacos2 in #149
- Squashed Pose Stuff for 2486 Combine by @tbowers7 in #162
- Changes for v26.2 by @tbowers7 in #163
- Bring RBSI fully up to 2026 standards by @tbowers7 in #164
- Vendordeps by @tbowers7 in #165
New Contributors
- @NotTacos2 made their first contribution in #149
Full Changelog: v26.1.0...v26.3.0
Version 26.1.0
This is the first feature release during the 2026 REBUILT season. It includes logging and tuning improvements, along with a "RBSI-standard" AdvantageScope layout. See below of a complete list of changes.
All teams should update their robot code using the "Sync with Az-RBSI Template" GitHub action in their own repository.
What's Changed
Exciting New Features 🎉
Other Changes
- Fixed PDH Empty Values by @noahkr07 in #125
- Logging and Tuning Improvements by @tbowers7 in #120
- Update vendor dependencies by @tbowers7 in #127
- Ignore "gradle" and "gradle-wrapper" by @tbowers7 in #134
- Streamline Camera and CAN instantiation by @tbowers7 in #135
- Documentation Updates by @tbowers7 in #126
- Update vendor dependencies by @tbowers7 in #138
Full Changelog: v26.0.0...v26.1.0
Version 26.0.0
This is the 2026 Kickoff Release of Az-RBSI!
It works with the kickoff releases of WPILib 2026 and NI Game Tools.
Please read the Installation Instructions and the Getting Started Guide before creating your robot code from this template.
We expect to release a feature-addition version (v26.1) in mid-February that includes:
#88 - A buffered vision pose estimator
#93 - A "standard" Az-RBSI AdvantageScope layout for ease of diagnostics
What's Changed
Exciting New Features 🎉
- Implement Autopilot for drive-to-pose functionality by @tbowers7 in #92
- Read GameData from the FMS for when a robot's HUB will be active by @tbowers7 in #104
- Update Libraries & Documentation for Kickoff 2026 Release by @tbowers7 in #103
Other Changes
- Bump io.freefair.lombok from 9.0.+ to 9.1.0 by @dependabot[bot] in #65
- GitHub Action updates ahead of the 2026 season by @tbowers7 in #85
- Update RBSI to 2026 libraries and breaking changes by @tbowers7 in #91
- Move gyro implementation to IMU subsystem by @tbowers7 in #94
- Prep for v26.0.0-beta1 release by @tbowers7 in #95
- Safe template updating by @tbowers7 in #98
- Fix YAGSL Swerve Configurator link in INSTALL.md by @sbx-work in #100
- Improve current smoothing for drivebase and example flywheel by @tbowers7 in #106
- Small bugfixes / updates from v26.0.0-rc1 by @tbowers7 in #110
- Documentation and vendordep updates by @tbowers7 in #114
- Complete simulation implementation by @tbowers7 in #111
- added additional doc prep steps by @ljruskin in #116
- More stable robot simulation for drive and vision estimation by @tbowers7 in #117
- PhotonVision released kickoff version by @tbowers7 in #118
New Contributors
Full Changelog: v1.0.0-rc3...v26.0.0
Version 26.0.0 - Release Candidate 2
Version 26.0.0 - Release Candidate 1
This is the release candidate of Az-RBSI for the 2026 REBUILT season!
It works with the kickoff releases of WPILib 2026 and NI Game Tools. This release includes all of the functionality expected to be included in the 2026 Az-RBSI Kickoff Release.
We expect to release a feature-addition version (v26.1) in mid-February that includes:
#88 - A buffered vision pose estimator
#93 - A "standard" Az-RBSI AdvantageScope layout for ease of diagnostics
What's Changed
Exciting New Features 🎉
- Read GameData from the FMS for when a robot's HUB will be active by @tbowers7 in #104
- Update Libraries & Documentation for Kickoff 2026 Release by @tbowers7 in #103
Other Changes
- Fix YAGSL Swerve Configurator link in INSTALL.md by @sbx-work in #100
- Improve current smoothing for drivebase and example flywheel by @tbowers7 in #106
New Contributors
Full Changelog: v26.0.0-beta2...v26.0.0-rc1
Version 26.0.0-beta2
This is the beta release of Az-RBSI for the 2026 REBUILT season!
It works with the beta releases of WPILib 2026 and NI Game Tools. This release includes all of the functionality expected to be included in the 2026 Az-RBSI Kickoff Release, likely available about a week after this season's Kickoff (and all the relevant vendor libraries have updated to official 2026 versions).
We expect to release a feature-addition version (v26.1) in mid-February that includes:
#88 - A buffered vision pose estimator
#89 - A "Leave Auto" based on the 2026 REBUILT released game for basic Autonomous functionality
#93 - A "standard" Az-RBSI AdvantageScope layout for ease of diagnostics
What's Changed
Exciting New Features 🎉
Other Changes
- Bump io.freefair.lombok from 9.0.+ to 9.1.0 by @dependabot[bot] in #65
- GitHub Action updates ahead of the 2026 season by @tbowers7 in #85
- Update RBSI to 2026 libraries and breaking changes by @tbowers7 in #91
- Move gyro implementation to IMU subsystem by @tbowers7 in #94
- Prep for v26.0.0-beta1 release by @tbowers7 in #95
- Pull in
developfor v26.0.0-beta1 release by @tbowers7 in #96 - Pull in
adminfor v26.0.0-beta1 release by @tbowers7 in #97 - Safe template updating by @tbowers7 in #98
Full Changelog: v1.0.0-rc3...v26.0.0-beta2
Version 26.0.0-beta1
⚠ This release contained a bug in the Template Sync action and should be ignored. ⚠
Full Changelog: v1.0.0-rc3...v26.0.0-beta1
v1.0.0 Release Candidate 3
Some more small fixes related to memory errors on the Rio1.
If you are running into continual Insufficient Memory Errors on the Rio1, try disabling the Rio's webserver using the instructions in this Chief Delphi post: https://www.chiefdelphi.com/t/consistent-insufficient-memory-error/454253/7
When you update your team's robot code from v1.0.0-rc2, you will need to manually delete the following files:
src/main/deploy/apriltags/2024-amps.json
src/main/deploy/apriltags/2024-official.json
src/main/deploy/apriltags/2024-speakers.json
src/main/deploy/apriltags/2024-wpi.json
vendordeps/ReduxLib-2025.0.0.json
vendordeps/Studica-2025.0.0.json
vendordeps/yagsl-2025.1.3.jwt151.json
What's Changed
Other Changes
- Vendordep patch updates by @tbowers7 in #40
- Bump io.freefair.lombok from 8.11 to 8.12 by @dependabot in #41
- Attempts to Fix Insufficient Memory Errors by @tbowers7 in #42
- Merge
developintomainfor RC3 by @tbowers7 in #43
Full Changelog: v1.0.0-rc2...v1.0.0-rc3
v1.0.0 Release Candidate 2
Testing of Release Candidate 1 showed issues related to PathPlanner acting erratically. This was traced down to a unit conversion error.
Vendor libraries updated to the latest available, including PhotonVision 2025 and AdvantageKit 4.1.0.
What's Changed
Other Changes
- Bump com.diffplug.spotless from 6.25.0 to 7.0.1 by @dependabot in #31
- Rename default auto paths by @tbowers7 in #34
- Vendor library updates for RC2 by @tbowers7 in #35
- Bump com.diffplug.spotless from 6.25.0 to 7.0.2 by @dependabot in #37
- Fix Unit Problem and Align code with AK2025 TalonFX Template by @tbowers7 in #36
- Merge
developintomainfor RC2 by @tbowers7 in #38
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v1.0.0-rc1
This is the first Release Candidate for v1.0.0.
What's Changed
The major changes since Beta 1 are the addition of power monitoring, conformal changes to match the various vendor library 2025 kickoff releases, and better organizing the various constants that teams will need to change into a single location (Constants.java).
Other Changes
- Pull
mainintodevelopby @tbowers7 in #21 - Include power monitoring by @tbowers7 in #23
- Update WPILib,
vendordeps; make conformal changes by @tbowers7 in #24 - Clean up the definition of constants by @tbowers7 in #25
- Smooth out the driving by @tbowers7 in #28
- Small changes to prepare for RC1 release by @tbowers7 in #29
- Merge
developintomainfor v1.0.0-rc1 release by @tbowers7 in #30
Full Changelog: v1.0.0-beta-1...v1.0.0-rc1