Skip to content

Releases: AZ-First/Az-RBSI

Version 26.3.0

Choose a tag to compare

@tbowers7 tbowers7 released this 17 Jun 01:37
ededad4

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

New Contributors

Full Changelog: v26.1.0...v26.3.0

Version 26.1.0

Choose a tag to compare

@tbowers7 tbowers7 released this 09 Feb 18:02
248fe9c

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 🎉

  • Add a "RBSI-standard" AdvantageScope layout by @tbowers7 in #131

Other Changes

Full Changelog: v26.0.0...v26.1.0

Version 26.0.0

Choose a tag to compare

@tbowers7 tbowers7 released this 22 Jan 01:28
a81b78f

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

New Contributors

Full Changelog: v1.0.0-rc3...v26.0.0

Version 26.0.0 - Release Candidate 2

Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 19 Jan 23:23
21649f3

Second release candidate for the 2026 Az-RBSI.

What's Changed

Other Changes

Full Changelog: v26.0.0-rc1...v26.0.0-rc2

Version 26.0.0 - Release Candidate 1

Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 13 Jan 23:12
ad74215

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

Version 26.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 09 Jan 05:04
10fd584

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 🎉

  • Implement Autopilot for drive-to-pose functionality by @tbowers7 in #92

Other Changes

Full Changelog: v1.0.0-rc3...v26.0.0-beta2

Version 26.0.0-beta1

Version 26.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 08 Jan 17:35
9aaf72d

⚠ 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

Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 30 Jan 23:16
da5c567

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

Full Changelog: v1.0.0-rc2...v1.0.0-rc3

v1.0.0 Release Candidate 2

Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 20 Jan 21:45
2889fd0

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

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v1.0.0-rc1

v1.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@tbowers7 tbowers7 released this 11 Jan 20:55
6dde0ca

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

Full Changelog: v1.0.0-beta-1...v1.0.0-rc1