View Single Post
  #1   Spotlight this post!  
Unread 15-02-2013, 21:56
gman gman is offline
Registered User
FRC #4024
 
Join Date: Jan 2013
Location: Florida
Posts: 13
gman is an unknown quantity at this point
Code Running slowly

In my robot's code, we have a command called "normDrive." The problem is that normDrive's execute() method only executes about once every 2 seconds (too slow, considering that this method sends the updated joystick values to the motors). Code can be found here:

http://www.chiefdelphi.com/forums/at...2&d=1360959987

Any advice is appreciated. Thanks in advance.