Skip to content
Snippets Groups Projects
Commit 7b0e0de4 authored by CarlOlsson's avatar CarlOlsson Committed by Daniel Agar
Browse files

ekf2: fix typo

parent 66474712
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment