[choreolib] Update Java and C++ to WPILib 2027.0.0-alpha-6#1481
Open
Daniel1464 wants to merge 44 commits into
Open
[choreolib] Update Java and C++ to WPILib 2027.0.0-alpha-6#1481Daniel1464 wants to merge 44 commits into
Daniel1464 wants to merge 44 commits into
Conversation
calcmogul
requested changes
May 9, 2026
calcmogul
requested changes
May 9, 2026
calcmogul
left a comment
Member
There was a problem hiding this comment.
There should be Systemcore Docker containers you can use instead of manually installing the toolchain.
calcmogul
reviewed
May 9, 2026
calcmogul
reviewed
May 9, 2026
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
calcmogul
reviewed
May 10, 2026
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
calcmogul
requested changes
May 10, 2026
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
calcmogul
requested changes
May 10, 2026
calcmogul
requested changes
May 10, 2026
calcmogul
requested changes
May 11, 2026
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
Removed architecture specification from Java setup step.
calcmogul
requested changes
May 13, 2026
Member
There was a problem hiding this comment.
We can probably rely on the Java architecture autodetection here. I'm not sure -Pbuildalldesktop does anything because I can't find any references in GradleRIO or native-utils. We could keep it anyway since the vendor template has it.
Otherwise, this PR looks good to me.
Co-authored-by: Tyler Veness <calcmogul@gmail.com>
calcmogul
approved these changes
May 13, 2026
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.
In addition to updating to 2027, this PR also flips the coordinate system convention to be compatible with 2027 WPILib(namely, that (0,0) is at the center of the field). Note that the UI still generates coordinates in the 2026 WPILib coordinate system.
On the Java API side, AutoRoutine has been removed in favor of making AutoTrajectory an isolated class (since triggers can now be scoped per-opmode or, in the case of commands v3, per command). AutoChooser has also been removed in favor of using opmodes to lazily load trajectories.