A few teams have access to a Systemcore beta device, and I'm sure you know that WPILib has released a new version with many breaking changes, (like updating to Java 25, changing the naming conventions of all constants, reorging to "org.wpilib" for java and namespacing to "wpi::" in c++)
Is there a current plan for when AdvantageKit may be updated? And are you in a position where you can test it? I assume the new version is for the Beta hardware.
As an aside, I've poked around myself (completely manually I'll add) at updating it as a build system learning exercise, stopping at the new DriverStation API separation / Joystick data, which I felt was out of my hands as to how the lower-level conduit code could be restructured to support. I was just doing that for my own curiosity, but if its a helpful starting point, you are free to take a look, it builds, but fails a few tests, and spotless seems to not support Java 25 yet?
Anyway, just wanted to know if there was any information you may have. Thanks
A few teams have access to a Systemcore beta device, and I'm sure you know that WPILib has released a new version with many breaking changes, (like updating to Java 25, changing the naming conventions of all constants, reorging to "org.wpilib" for java and namespacing to "wpi::" in c++)
Is there a current plan for when AdvantageKit may be updated? And are you in a position where you can test it? I assume the new version is for the Beta hardware.
As an aside, I've poked around myself (completely manually I'll add) at updating it as a build system learning exercise, stopping at the new DriverStation API separation / Joystick data, which I felt was out of my hands as to how the lower-level conduit code could be restructured to support. I was just doing that for my own curiosity, but if its a helpful starting point, you are free to take a look, it builds, but fails a few tests, and spotless seems to not support Java 25 yet?
Anyway, just wanted to know if there was any information you may have. Thanks