|
Re: Rate-based PID feedback using PIDController and Encoder
We fixed our problem. We figured out that we needed GetRate to be -1.0 to 1.0 based on our desired max speed, so the DistancePerPulse was set to a number that made GetRate equal to 1.0 at our desired maximum motor speed.
|