-
Notifications
You must be signed in to change notification settings - Fork 240
2023 wpilib update #607
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
2023 wpilib update #607
Conversation
All build environments need to have their versions match here: https://github.com/wpilibsuite/allwpilib/blob/main/.github/workflows/gradle.yml |
photon-core/src/main/java/org/photonvision/common/dataflow/networktables/NTDataPublisher.java
Outdated
Show resolved
Hide resolved
db6b0cb
to
f4b660d
Compare
mind bumping the opencv in here to whatever the latest 2023 is? |
Examples are pulled from examples.txt into the main settings.gradle, as well as build.gradle to create buildAllExamples
eff1f8a
to
4c7e382
Compare
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.
When I grow up, I hope I can write software as good as Matt and Jeremiah
This reverts commit 0f7204d.
c58c6ee
to
fe596f2
Compare
This reverts commit fe596f2.
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.
Still looks good, and deploys nicelly
We now need platform specific jars -- reworks actions to support that. Currently only generates 32 bit pi images.
Unit tests in Photon-Core are throwing UnsatisfiedLinkError, followed by ClassDefNotFoundError. This is caused by CameraServerCvJNI failing to load.