19 this->
error = input - current;
24 std::cout <<
"IN: " << input <<
" err: " << this->
error <<
" i: " << this->i <<
" d: " << this->
d <<
" out: " << this->
output << std::endl;
double Feed(double input, double current)
PIDController(double kp, double ki, double kd)