Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Helo everyone,
This could be a stupid doubt but i want to know. Im using the PID Library, and I have a doubt about a function, what is the purpose of the Bias ''scaledBias'' in the PID equation:
00259 controllerOutput_ = scaledBias + Kc_ * (error + (tauR_ * accError_) - (tauD_ * dMeas));
Import libraryPID
Proportional, integral, derivative controller library. Ported from the Arduino PID library by Brett Beauregard.
Last commit 02 Sep 2010 by Aaron Berk