mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:57:35 +08:00
ekf2: fix typo
This commit is contained in:
@@ -1518,7 +1518,7 @@ void Ekf2::run()
|
||||
{
|
||||
/* Check and save learned magnetometer bias estimates */
|
||||
|
||||
// Check if conditions are OK to for learning of magnetometer bias values
|
||||
// Check if conditions are OK for learning of magnetometer bias values
|
||||
if (!vehicle_land_detected.landed && // not on ground
|
||||
(vehicle_status.arming_state == vehicle_status_s::ARMING_STATE_ARMED) && // vehicle is armed
|
||||
!status.filter_fault_flags && // there are no filter faults
|
||||
|
||||
Reference in New Issue
Block a user