Quote:
Originally Posted by 1757
[cRIO] task 0x25cabb0 (System Web Services Load Thread) deleted: errno=0 (0) status=0 (0)
[cRIO] task 0x2bd76c0 (mDNS resolve) deleted: errno=0 (0) status=0 (0)
[cRIO] task 0x28a1db8 (mDNS resolve) deleted: errno=0 (0) status=0 (0)
|
Those are standard messages, not error messages. The problem you are encountering is most likely a
RobotDrive or
SpeedController object that is not being given an output (Speed) often enough.
Look through your code, and try to find a loop where a motor is not being given an output. It's certainly possible that this is due to connection problems, but seeing as the problem persists every time, I would say it has something to do with your code.
I could look through your code if you posted it to github, google code or something like that.