This is the PIDF controller used for turning. It is used by turnTo and faceTarget functions.
turnTo
faceTarget
//increase the turnCtrl's kP by 0.5 PidAdder pa = PidAdder(0.5, 0, 0); wc.turnCtrl += pa;