Quote:
Originally Posted by Tom Line
This can be the result of running the robot on a congested network, clicking the run button rather than permanently deploying the code, or having time consuming loops in your teleop.
|
Loops? We don't have any loops in our teleop code, just case structures and select functions. But we still seem to be getting this error. Do case structures actually have the same overhead as a For/While loop, or what?