View Single Post
  #1   Spotlight this post!  
Unread 16-02-2013, 20:49
arithehun arithehun is offline
Registered User
AKA: Ari Falkner
FRC #3024
Team Role: Programmer
 
Join Date: Feb 2011
Rookie Year: 2011
Location: Ashland, Oregon
Posts: 27
arithehun is an unknown quantity at this point
Output not updated often enough

So I am using command-based programming. I have a cliche tankDrive command class which calls a tankDrive method of my chassisSubsystem class. Pretty straightforward. When I call any method of the RobotDrive class, everything works fine. However, when I call one of the CANJaguar's that I passed into the RobotDrive constructor individually, I get the following message:

Quote:
[cRIO] Robot Drive... Output not updated often enough.
Here is the exact method I call:

Code:
leftMotor.setX(470);
(I am using the speed control method, and 470 is what gets the jaguar to output 12V. I have tested the speed encoder, which works fine).

Can anyone help me? Thank you so much in advance!

Last edited by arithehun : 16-02-2013 at 22:40.
Reply With Quote