Searched refs:kp_ah_circle_pw (Results 1 – 2 of 2) sorted by relevance
133 extern f32 kp_ah_circle_pw ; // Sensitivity conditions used to determine if the controller i…
40 f32 kp_ah_circle_pw = 0.060f ; // Sensitivity conditions used to determine if the … variable675 kp->ah_circle_pos.x += ( kp->acc_horizon.x - kp->ah_circle_pos.x ) * kp_ah_circle_pw ; in calc_acc_horizon()676 kp->ah_circle_pos.y += ( kp->acc_horizon.y - kp->ah_circle_pos.y ) * kp_ah_circle_pw ; in calc_acc_horizon()