View Single Post
  #13   Spotlight this post!  
Unread 02-10-2010, 20:18
sam_who sam_who is offline
Registered User
FRC #2190
 
Join Date: Oct 2010
Location: Mississippi
Posts: 42
sam_who is an unknown quantity at this point
Re: CAN-Where to Start

That doesn't sound familiar.

I thought you could set the PID parameters with SetPID command.

double P = 1.0;
double I = 0.0;
double D = 0.0;
jag_name.SetPID ( P, I, D );
Reply With Quote