View Single Post
  #18   Spotlight this post!  
Unread 30-01-2014, 19:32
sukhjinder564's Avatar
sukhjinder564 sukhjinder564 is offline
Registered User
FRC #0564
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2011
Location: New York
Posts: 11
sukhjinder564 is an unknown quantity at this point
Re: Help A Brotha Out. Error 44002 and 44004.

I would recommend simplifying the operator control for now.

I have never used the Timer function in teleop, so this timer may be throwing your code off, but if the code is not being reached, make sure the conditions of the while loop are being satisfied. Or you could just remove the while loop entirely and see how that works.

This may or may not work for SimpleRobot, as I always use IterativeRobot.

Does the operatorControl() function run periodically?