Generic PID controller. More...
#include "Robots/LoBot/util/triple.hh"
Go to the source code of this file.
Classes | |
class | lobot::PID< T > |
Simple implementation of a PID controller. More... |
Generic PID controller.
This file defines a class that implements a simple version of the standard PID control algorithm.
Definition in file LoPID.H.