-
Notifications
You must be signed in to change notification settings - Fork 240
Fix sim versionEntry NT table path #569
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
Conversation
Potentially closes #568 |
I'm trying to test the fix, but don't know how to point VSCode to compile with the new code instead of the released version from vendordeps |
You should be able to add mavenLocal in build.gradle, and then change the version in the vendordep to dev-v2023.1.1-beta-5-5-g8706ea91 or whatever |
works for me in sim 👍 |
Having never used gradle before, I got as far as discovering that Does the master branch need to be merged into this one to keep it up to date? I don't know why the checks failed with In conclusion, I need more info on using gradle and maven before testing this on my machine, so it's nice someone else was able to verify that the fix works. |
You're right those errors were random, rerunning CI now |
Testing locally is a bit annoying, you'll have to add maven local your robot projects repositories {} block like this, I think
|
The bit Matt described is now on the build instructions docs |
I successfully followed the instructions and was able to compile (after updating the sim to use 3D poses from 2D). But now I get a runtime error, and am curious if something wrong with my build or if others have had the issue:
|
@edf42001 This would probably be a better discussion for the discord, but that issue is due to bundling the 3d classes for users with wpilib 2022. The 2022 classpath overwrites the new bundled |
For the record, we were warming up to do a final update for 2022 and move to the 2023 beta when this tag change released, so we still plan to get back to that soon(tm). |
Imo we should be good to merge as-is? @edf42001 unless you wanna hold off |
I successfully got the 2023 beta, but ran into problems simulating because RevLib was out of date and some issues with wpiHal. So, I'll leave this here for now with amquake having tested it. I'll leave it up to the owners to merge according to the planned release schedule. But let me know if you need anything else from me. |
Oh wow you sent this right while I was typing mine. Of course go ahead. |
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.
Looks like what I would have expected - I haven't fully tested yet, but since others have I'll mark it as good to go.
We haven't tested if this resolves the issue yet