mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 14:44:07 +08:00
Return 0 for a non-reset
This commit is contained in:
parent
1fdc666bb0
commit
87334a987a
@ -2773,7 +2773,7 @@ int AttPosEKF::CheckAndBound(struct ekf_status_report *last_error)
|
||||
ResetHeight();
|
||||
ResetStoredStates();
|
||||
|
||||
ret = 3;
|
||||
ret = 0;
|
||||
}
|
||||
|
||||
// Reset the filter if gyro offsets are excessive
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user