Skip to main content Link Menu Expand (external link) Document Search Copy Copied

PIDF turnCtrl

This is the PIDF controller used for turning. It is used by turnTo and faceTarget functions.

Examples

//increase the turnCtrl's kP by 0.5
PidAdder pa = PidAdder(0.5, 0, 0);
wc.turnCtrl += pa;