|
Re: Can you use a potentiometer to control motor position?
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.
|