Example #1
0
void IMU::Reset() {
    ZeroYaw();
}
Example #2
0
/**
 * Reset the Yaw gyro.
 *<p>
 * Resets the Gyro Z (Yaw) axis to a heading of zero. This can be used if
 * there is significant drift in the gyro and it needs to be recalibrated
 * after it has been running.
 */
void AHRS::Reset() {
    ZeroYaw();
}