You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
We have a robot that takes many seconds (~5) before it has completed its initialization. We have found that, if we push INIT, and then push Start before our initialization has completed, then we will see the following error on the driver station:
Giving up on command CMD_RUN_OP_MODE(10413) after 11 attempts
This message shows in a popup message that remains on the screen, even after the driver app is killed. (We don't know how to make it go away short of rebooting the DS phone.)
Once we've seen this message, the driver station and/or robot controller get into some kind of bad state in which subsequent attempts to start an opmode result in the robot controller executing a "restart robot"; as far as I can tell, no additional opmodes can be run successfully. I believe we've been able to get out of that state by killing both apps, though we might have needed to reboot the robot and/or DS phone. (In any case, we have needed to reboot the DS phone to make the error message disappear.)
For now, we're training our drivers not to be in such a rush to press Start ;)
The text was updated successfully, but these errors were encountered:
One note: we saw this message again with a different error code (that I didn't catch). In this case the message faded off the screen after about 10 seconds. It occurred when we pushed INIT, but then tried to switch opmodes before the first opmode was completed initializing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have a robot that takes many seconds (~5) before it has completed its initialization. We have found that, if we push INIT, and then push Start before our initialization has completed, then we will see the following error on the driver station:
Giving up on command CMD_RUN_OP_MODE(10413) after 11 attempts
This message shows in a popup message that remains on the screen, even after the driver app is killed. (We don't know how to make it go away short of rebooting the DS phone.)
Once we've seen this message, the driver station and/or robot controller get into some kind of bad state in which subsequent attempts to start an opmode result in the robot controller executing a "restart robot"; as far as I can tell, no additional opmodes can be run successfully. I believe we've been able to get out of that state by killing both apps, though we might have needed to reboot the robot and/or DS phone. (In any case, we have needed to reboot the DS phone to make the error message disappear.)
For now, we're training our drivers not to be in such a rush to press Start ;)
The text was updated successfully, but these errors were encountered: