Skip to content

Releases: AZ-First/Az-RBSI

v1.0.0 Release Candidate 3

30 Jan 23:16
da5c567
Compare
Choose a tag to compare
Pre-release

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

20 Jan 21:45
2889fd0
Compare
Choose a tag to compare
Pre-release

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

11 Jan 20:55
6dde0ca
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

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

v1.0.0-beta-1

14 Dec 02:10
6763827
Compare
Choose a tag to compare
v1.0.0-beta-1 Pre-release
Pre-release

Important

WPILib: This beta is based on the WPILib 2025.1.1 Beta 2 Release -- it has not yet been tested with the WPILib 2025.1.1 Beta 3 Release that dropped on December 17!

What's Changed

  • Updated everything to 2025-beta libraries and dependencies
  • Install Az-RBSI as a "Template Repository"
  • Incorporated changes in AdvantageKit 2025 for logging and building

Other Changes

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

Important note about drivebase configuration:

This beta release has been tested on all-CTRE drive bases only. While other drive base configurations are supported in this release, caveat emptor. For all teams, please expect to find and report bugs via the GitHub Issues feature. See the Install Instructions for more details.

v1.0.0-alpha-1

03 Dec 19:57
Compare
Choose a tag to compare
v1.0.0-alpha-1 Pre-release
Pre-release

What's Changed

First Alpha Release of v1.0.0

  • Needs extensive testing on different drive bases.
  • Needs extensive testing with both PathPlanner and Choreo autonomous creators.
  • Vision not yet integrated.
  • Power Monitoring not yet integrated (causes the motors to behave weirdly).

Full Changelog: https://github.com/AZ-First/Az-RBSI/commits/v1.0.0-alpha-1


Installation / Getting Started:

  • Clone the repo / make a branch for yourself for submitting PRs back to main.
  • Insert your team number in .wpilib/wpilib_preferences.json -- we probably need to find a better way to deal with this.
  • Use Phoenix Tuner X to create a swerve project. Follow the instructions in the Phoenix documentation for the Tuner X Swerve Project Generator. This will generate the correct offsets and inversions for your drive train.
  • On the final screen in Tuner X, choose "Generate only TunerConstants" and overwrite the file located at src/main/java/frc/robot/generated/TunerConstants.java.
  • In TunerConstants.java, comment out the last import and last method. Before removing them, both lines will be marked as errors in VSCode.
  • In TunerConstants.java, change kSteerInertia to 0.004 and kDriveInertia to 0.025.
  • The Az-RBSI expects an Xbox-style controller -- if you have a PS4 or other, change this at the top of RobotContainer.java.