Browse Source

DCM: use the new use_for_yaw() compass method

master
Andrew Tridgell 13 years ago
parent
commit
eb71b26d3f
  1. 2
      libraries/AP_DCM/AP_DCM.cpp

2
libraries/AP_DCM/AP_DCM.cpp

@ -391,7 +391,7 @@ AP_DCM::drift_correction(void) @@ -391,7 +391,7 @@ AP_DCM::drift_correction(void)
//*****YAW***************
if (_compass && _compass->healthy) {
if (_compass && _compass->use_for_yaw()) {
if (_have_initial_yaw) {
// Equation 23, Calculating YAW error
// We make the gyro YAW drift correction based

Loading…
Cancel
Save