-
Notifications
You must be signed in to change notification settings - Fork 2
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
Investigate robots not stopping at the end of matches #329
Comments
There are two separate instance here, both caused by separate issues.
|
Unfortunately, I don't think this will work. Since c12e5e3, the earliest that our code has access to the zone information and could emit a corresponding tone is immediately after the start button is pressed. Even if the person pushing the start button noticed that the robot was not in competition mode, there's no time to reboot the robot and try again without jeopardising the match. We would have to rework our metadata (zone info) loading strategy for this to work. |
This was put in for @prophile during the week when we realised how short of a time we have. I'd rather not do this in the future. Tangent: 7 segment display on Pi Power Hat Rev2? |
During the competition matches there were a number of robots which carried on moving after the end of the matches. I'm not sure if this has been captured already somewhere, but I'm adding this in case it hasn't.
There was one occasion, though I can't recall which robot, where a robot was definitely still driving around substantially after the end of the match. This indicates that the motors weren't stopped, which implies that the power board's outputs weren't killed. There are a number of possible causes of this (competition mode USB not working, something awry in the software stack), though it definitely needs looking into if possible.
Separately, the mostly-black robot with the arms and the knight-rider like LED strip on a servo was regularly still running its LED strip and moving its servo after the ends of matches. That robot did seem to otherwise stop as expected, so this might actually be something else. In any case, this also definitely indicates that the power board was not shutting down at the end of matches.
The text was updated successfully, but these errors were encountered: