Why are you delaying your operatorControl() loop?
I would remove the delay. It will cause a .1 second delay between your inputs and the robot's reaction.
EDIT:
The other clue is the line
Quote:
|
[cRIO] Default operatorControl() method running, consider providing your own
|
You have "OperatorControl()" but the correct method is "operatorControl()."