In our console we often see the output below. It is rather cryptic and we are having problems chasing down what it is or if we need to worry about it. The robot operates as it should but we don’t like seeing errors.
I can post selected parts of our code but at this point to me it doesn’t seem obvious where the error is originating from.
I will add that by taking out 2 lines we see this error alot less.
SmartDashboard::PutNumber(“Left Drive Joystick Value” , stick->GetRawAxis(leftDriveAxis));
SmartDashboard::PutNumber(“Right Drive Joystick Value” , stick->GetRawAxis(rightDriveAxis));
Has anyone else seen this or have any clue what causes it?
Thanks for pointing that out. I feel I should have been able to figure that out myself.
I guess my real question is now that I understand the cryptic part is something we’ve been seeing over and over is what does “IOException message: Error on FDIO read”