How many seconds does your robot take before it’s “fully ready” after a roboRIO reboot?
5
10
15
20
25
30
35
40
45
50
55
60
0voters
During a match we had an electrical issue with our robot that caused a brief power interruption to the robot systems so we had to wait for both the roboRIO to boot as well as our code. The FTAs noted that our boot cycle was longer than usual, so I’m curious - how long does it take your robot to be fully ready after a roboRIO reboot? (We tested this by pressing “RESET” directly on the roboRIO and waiting for comms/robot code green lights on the FRC Driver Station.)
Could you explain what you mean in more detail? For our tests away from the competition, we had the Driver Station connected wirelessly to the robot and invoked both the “reboot roboRIO” button seen here as well as pressing the “RESET” button directly on the roboRIO (both seemed to produce consistent and equivalent results).
Just for more information, we fairly consistently saw a roboRIO boot time of ~33 seconds followed by a code boot time of ~22 seconds (Java-based team). The code boot we know is slower than most due to our use of Guice but we wondered how much slower this put us compared to other teams.