You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/source/docs/common-prearm-safety-checks.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Pre-arm checks that are failing will also be sent as messages to the GCS while d
89
89
EKF3 waiting for GPS config data automatic GPS configuration has not completed Check GPS connection and configuration especially if using DroneCAN GPS
90
90
EKF3 Yaw inconsistent by x degs Yaw angle estimates are inconsistent Wait or reboot autopilot
91
91
Failed to open mission.stg Failed to load mission from SD Card Check SD card. Try to re-save mission to SD card
92
+
Failed to create log directory /APM/LOGS : ENOMEM Failed to create log directory on SD card Decrease :ref:`LOG_FILE_BUFSIZE<LOG_FILE_BUFSIZE>` or disable other features to reduce memory usage
92
93
Fence requires position If fences are enabled, position estimate required Wait or move vehicle to a location with a clear view of the sky. Reduce sources of radio-frequency interference
93
94
FENCE_ALT_MAX < FENCE_ALT_MIN FENCE_ALT_MAX must be greater than FENCE_ALT_MIN Increase :ref:`FENCE_ALT_MAX<FENCE_ALT_MAX>` or lower :ref:`FENCE_ALT_MIN<FENCE_ALT_MIN>`
94
95
FENCE_MARGIN is less than FENCE_RADIUS FENCE_MARGIN must be larger than FENCE_RADIUS Increase :ref:`FENCE_RADIUS<FENCE_RADIUS>` or reduce :ref:`FENCE_MARGIN<FENCE_MARGIN>`
0 commit comments