View Single Post
  #1   Spotlight this post!  
Unread 31-01-2014, 18:58
jalozinski jalozinski is offline
Registered User
FRC #4787
 
Join Date: Jan 2014
Location: Chicago
Posts: 17
jalozinski is an unknown quantity at this point
operatorControl() not being called

For some reason operatorControl() is not being called. robotInit() is, but not operatorControl(). So as a secondary problem it was continuously saying "Output not updated enough", which through research I came to realize was a functionality of MotorSafety, which can be disabled with drive.setSafetyEnabled(false). Unfortunately that didn't work because it was in operatorControl() and operatorControl() was not being called when we switched to Teleoperated.

Code: http://pastebin.com/6BzKXXVA

Unfortunately the stack trace isn't available to me right now.