Update WPILib, vendordeps; make conformal changes#24
Merged
Conversation
Udate vendor libraries to latest beta. Fix resulting breaking changes for Choreo. modified: src/main/java/frc/robot/Robot.java modified: src/main/java/frc/robot/RobotContainer.java modified: src/main/java/frc/robot/subsystems/drive/Drive.java modified: vendordeps/ChoreoLib2025Beta.json modified: vendordeps/PathplannerLib-beta.json modified: vendordeps/REVLib.json modified: vendordeps/ReduxLib_2025.json modified: vendordeps/yagsl.json
WPILib has deprecated several standard function calls this year; this commit adjusts the calls to match the recommended new format. modified: src/main/java/frc/robot/Constants.java modified: src/main/java/frc/robot/commands/ChoreoAutoController.java modified: src/main/java/frc/robot/commands/DriveCommands.java
In addition to updating to the latest WPILib beta, also match other AdvantageKit commits as they test their beta. modified: .vscode/settings.json modified: build.gradle modified: src/main/java/frc/robot/commands/ChoreoAutoController.java modified: src/main/java/frc/robot/commands/DriveCommands.java modified: src/main/java/frc/robot/subsystems/drive/Drive.java modified: src/main/java/frc/robot/subsystems/vision/VisionIOLimelight.java
modified: src/main/java/frc/robot/Robot.java modified: src/main/java/frc/robot/RobotContainer.java
modified: vendordeps/photonlib.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates Az-RBSI to the latest WPILib-2025.1.1-beta3.
Update various
vendordepsto the latest beta.There were some significant changes to how Choreo does things with the latest beta update that required some more involved changes.