mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_NavEKF3: Fix typo in comment
This commit is contained in:
parent
b9abef37c3
commit
9014afc9d4
@ -290,7 +290,7 @@ void NavEKF3_core::SelectMagFusion()
|
|||||||
lastSynthYawTime_ms = imuSampleTime_ms;
|
lastSynthYawTime_ms = imuSampleTime_ms;
|
||||||
}
|
}
|
||||||
} else if (tiltAlignComplete && yawAlignComplete && onGround && imuSampleTime_ms - last_gps_yaw_fuse_ms > 10000) {
|
} else if (tiltAlignComplete && yawAlignComplete && onGround && imuSampleTime_ms - last_gps_yaw_fuse_ms > 10000) {
|
||||||
// handle scenario where were were using GPS yaw previously, but the yaw fusion has timed out.
|
// handle scenario where we were using GPS yaw previously, but the yaw fusion has timed out.
|
||||||
yaw_source_reset = true;
|
yaw_source_reset = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user