VR-Engage  2.2
Loading...
Searching...
No Matches
pid.h File Reference
Include dependency graph for pid.h:

Go to the source code of this file.

Classes

class  makVre::MiniPID
 

Namespaces

namespace  makVre
 

Detailed Description

Small, easy to use PID implementation with advanced controller capability. Minimal usage:

setPID(p,i,d);
...looping code...{
output=getOutput(sensorvalue,target);
}
See also
http://brettbeauregard.com/blog/2011/04/improving-the-beginners-pid-direction/improving-the-beginners-pid-introduction