-
Notifications
You must be signed in to change notification settings - Fork 1
Formalise errors, updae to 2025 #44
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
Astatin3
commented
Jan 4, 2025
I just made a change btw. The unused QueryStatus function is now used, basically as just a function to call to post to ShuffleBoard. It is run every 500ms on a thread started from Robot.java IDK if that will interfere with anything, but I think it will be good. |
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.
Code looks good, I don't know how much of a performance hit creating a new smart dashboard thread would be, we can always move it into robot periotic or increase the sleep.