5940 🍞 Progress Updates #267
dellagd
started this conversation in
FRC Progress Updates
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A bit late to the party with a thread here, but figured we should spool one up anyway as we go into the Offseason using SystemCore for our robot. Our experience last offseason was largely good, apart from us having a hardware issue that resulted in loose metal likely causing a short on the PCB. No major issues with SW.
Going forward, our team is attempting a transition to Python, so hopefully we can provide value to the community as one of the minority of teams making that switch. Given the state of SW compatibility, we are currently testing with:
Upgrade is currently gated by a Phoenix6 release supporting the newer Alpha releases of WPILib, which as far as I understand is still a few months out.
One concern I do have is how version compatibility will be handled moving forward. At least in python, normal dependency tracking should be able to handle cross-package version checks, but checks against the SystemCore image version seem unhandled at the moment. Raised this issue: wpilibsuite/allwpilib#8899. WPILib team confirmed they will be implementing this.
Beta Was this translation helpful? Give feedback.
All reactions