// Piro-Comp, or Pirouette Compensation is a pre-compensation calculation, which basically rotates the Roll and Pitch Rate I-terms as the
// helicopter rotates in yaw. Much of the built-up I-term is needed to tip the disk into the incoming wind. Fast yawing can create an instability
// as the built-up I-term in one axis must be reduced, while the other increases. This helps solve that by rotating the I-terms before the error occurs.
// It does assume that the rotor aerodynamics and mechanics are essentially symmetrical about the main shaft, which is a generally valid assumption.
if(_piro_comp_enabled){
int32_tpiro_roll_i,piro_pitch_i;// used to hold i term while doing prio comp
int32_tpiro_roll_i,piro_pitch_i;// used to hold I-terms while doing piro comp