Quote:
Originally Posted by chadbarbe1
In Java you can look into using the PIDController class and start out with the I and D values equal to 0.
NOTE - to do this you'll have to implement a version of PIDInput (i think that's the correct name of the class) that reads from the potentiometer.
|
If I'm not mistaken, AnalogChannel already implements PIDSource.