Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.7:EKF3 vel innovation prep-arm #6689

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/source/docs/common-prearm-safety-checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Pre-arm checks that are failing will also be sent as messages to the GCS while d
DroneCAN: Node x unhealthy! A DroneCAN device is not providing data Check sensor's physical connection and power supply
Duplicate Aux Switch Options Two auxiliary function switches for same feature Check :ref:`auxiliary function<common-auxiliary-functions>` setup. Check for :ref:`RCx_OPTION<RC1_OPTION>` parameters with same values
EKF3 Roll/Pitch inconsistent by x degs Roll or Pitch lean angle estimates are inconsistent Normally due to EKF3 not getting good enough GPS accuracy, but could be due to other sensors producing errors. Go outdoors, wait or reboot autopilot.
EKF3x vel error y EKF3 has velocity innovation of "y" EKF3 getting high position velocity innovations. Check GPS, wait or reboot.
EKF3 waiting for GPS config data automatic GPS configuration has not completed Check GPS connection and configuration especially if using DroneCAN GPS
EKF3 Yaw inconsistent by x degs Yaw angle estimates are inconsistent Wait or reboot autopilot
Failed to open mission.stg Failed to load mission from SD Card Check SD card. Try to re-save mission to SD card
Expand Down