-
Notifications
You must be signed in to change notification settings - Fork 19
Initial 2027 updates #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
virtuald
wants to merge
9
commits into
2027
Choose a base branch
from
initial-2027
base: 2027
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Initial 2027 updates #175
Conversation
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
- build-system.requires: pyntcore==2027.0.0a1.dev0 - build-system.requires: robotpy-hal==2027.0.0a1.dev0 - build-system.requires: robotpy-native-apriltag==2027.0.0a1.dev0 - build-system.requires: robotpy-native-ntcore==2027.0.0a1.dev0 - build-system.requires: robotpy-native-romi==2027.0.0a1.dev0 - build-system.requires: robotpy-native-wpihal==2027.0.0a1.dev0 - build-system.requires: robotpy-native-wpilib==2027.0.0a1.dev0 - build-system.requires: robotpy-native-wpimath==2027.0.0a1.dev0 - build-system.requires: robotpy-native-wpinet==2027.0.0a1.dev0 - build-system.requires: robotpy-native-wpiutil==2027.0.0a1.dev0 - build-system.requires: robotpy-native-xrp==2027.0.0a1.dev0 - build-system.requires: robotpy-wpimath==2027.0.0a1.dev0 - build-system.requires: robotpy-wpinet==2027.0.0a1.dev0 - build-system.requires: robotpy-wpiutil==2027.0.0a1.dev0 - build-system.requires: wpilib==2027.0.0a1.dev0 - lib updated to 2025.3.2-123-g22d12d2 - project.dependencies: pyntcore==2027.0.0a1.dev0 - project.dependencies: robotpy-hal==2027.0.0a1.dev0 - project.dependencies: robotpy-native-apriltag==2027.0.0a1.dev0 - project.dependencies: robotpy-native-ntcore==2027.0.0a1.dev0 - project.dependencies: robotpy-native-wpihal==2027.0.0a1.dev0 - project.dependencies: robotpy-native-wpilib==2027.0.0a1.dev0 - project.dependencies: robotpy-native-wpimath==2027.0.0a1.dev0 - project.dependencies: robotpy-native-wpinet==2027.0.0a1.dev0 - project.dependencies: robotpy-native-wpiutil==2027.0.0a1.dev0 - project.dependencies: robotpy-wpimath==2027.0.0a1.dev0 - project.dependencies: robotpy-wpinet==2027.0.0a1.dev0 - project.dependencies: robotpy-wpiutil==2027.0.0a1.dev0 - project.dependencies: wpilib==2027.0.0a1.dev0 - pyntcore updated to 2027.0.0a1.dev0 - repo updated to https://frcmaven.wpi.edu/artifactory/development-2027 - robotpy-apriltag updated to 2027.0.0a1.dev0 - robotpy-cscore updated to 2027.0.0a1.dev0 - robotpy-hal updated to 2027.0.0a1.dev0 - robotpy-halsim-ds-socket updated to 2027.0.0a1.dev0 - robotpy-halsim-gui updated to 2027.0.0a1.dev0 - robotpy-halsim-ws updated to 2027.0.0a1.dev0 - robotpy-native-apriltag updated to 2027.0.0a1.dev0 - robotpy-native-ntcore updated to 2027.0.0a1.dev0 - robotpy-native-romi updated to 2027.0.0a1.dev0 - robotpy-native-wpihal updated to 2027.0.0a1.dev0 - robotpy-native-wpilib updated to 2027.0.0a1.dev0 - robotpy-native-wpimath updated to 2027.0.0a1.dev0 - robotpy-native-wpinet updated to 2027.0.0a1.dev0 - robotpy-native-wpiutil updated to 2027.0.0a1.dev0 - robotpy-native-xrp updated to 2027.0.0a1.dev0 - robotpy-romi updated to 2027.0.0a1.dev0 - robotpy-wpimath updated to 2027.0.0a1.dev0 - robotpy-wpinet updated to 2027.0.0a1.dev0 - robotpy-wpiutil updated to 2027.0.0a1.dev0 - robotpy-xrp updated to 2027.0.0a1.dev0 - wpilib updated to 2027.0.0a1.dev0
- TODO: add systemcore CI
auscompgeek
reviewed
May 25, 2025
--- | ||
|
||
classes: | ||
frc::Koors40: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this a motor controller that should also exist on main
?
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.
No native systemcore build in CI yet, builds for me on macOS and tests pass. Haven't tried running an actual robot yet though -- haven't updated robot startup at all.