Searched refs:ANGLE_THRESH (Results 1 – 1 of 1) sorted by relevance
40 #define ANGLE_THRESH (0.819 * 9.81 * 9.81) // ~cos(35) * (1G in m/s^2)^2 macro115 if (dotProduct < ANGLE_THRESH) { in algoUpdate()