42 Commits (7b140da6d1fca5f69977de6c7ec7d1d5873cb980)

Author SHA1 Message Date
Jonathan Challinger d1ecc63bf1 AP_NavEKF2: change priority of statustext messages 9 years ago
Andrew Tridgell 567d5cdbe6 AP_NavEKF2: use mavlink messages not printf for state change notifications 9 years ago
priseborough e2b8807260 AP_NavEKF2: Fix bug causing switching in and out of aiding 9 years ago
priseborough fcc07b5560 AP_NavEKF2: Prevent multiple aiding mode changes per update 9 years ago
priseborough f4f347fb75 AP_NavEKF2: add missing parenthesis and console message 9 years ago
priseborough 9a23152ee4 AP_NavEKF2: Fix bugs and consolidate aiding switch logic 9 years ago
priseborough 341d070db8 AP_NavEKF2: Separate filter status update and get functions 9 years ago
priseborough 04e8726d8a AP_NavEKF2: relax bias convergence check 9 years ago
priseborough 280395afa1 AP_NavEKF2: Don't declare ready to do aiding unless gyro bias is learned 9 years ago
priseborough aaab250f13 AP_NavEKF2: Don't start GPS aiding until gyro calibration has stabilised 9 years ago
priseborough 10470b2dc1 AP_NavEKF2: fix bug in initialisation of declination co-variances 9 years ago
priseborough 51dbed2338 AP_NavEKF2: remember mag field states between flight on same power cycle 9 years ago
Paul Riseborough dc6836988c AP_NavEKF2: Improve ground based magnetic anomaly protection for copter 9 years ago
Paul Riseborough 24d8cc62e2 AP_NavEKF2: rework yaw and magnetic heading reset logic 9 years ago
Paul Riseborough a94a19bd09 AP_NavEKF2: Fix bug causing continual yaw resets 9 years ago
Andrew Tridgell 97e2203e70 AP_NavEKF2: don't do 3D mag fusion on 2nd EKF2 core 9 years ago
Paul Riseborough 722eb0d706 AP_NavEKF2: Fix bug for start of wind speed estimation 9 years ago
Paul Riseborough 6d34ac5ceb AP_NavEKF2: improve switch-over to use of mag field states 9 years ago
Paul Riseborough 5ec8d523f6 AP_NavEKF: remove unwanted co-variance reset 9 years ago
Paul Riseborough 08de4e6d95 AP_NavEKF: Do not perform start-up yaw alignment if no compass 9 years ago
Ricardo de Almeida Gonzaga 64d14356b9 AP_NavEKF2: Fix typos 9 years ago
Paul Riseborough 7e05646316 AP_NavEKF2: Improvements to non-GPS performance 9 years ago
Paul Riseborough 9b82b2200c AP_NavEKF2: Fix plane in-flight yaw reset 9 years ago
Paul Riseborough 577670ccee AP_NavEKF2: Reduce memory required by 6KB when running at 400Hz 9 years ago
Paul Riseborough 7294c8004b AP_NavEKF2: Enable use of backup magnetometers after a timeout 9 years ago
Paul Riseborough 9efc2152fc AP_NavEKF2: Fix comment 9 years ago
Paul Riseborough f99dbc70f9 AP_NavEKF2: Don't return ready to use GPS true if user has inhibited GPS 9 years ago
Paul Riseborough 65e4a4ab94 AP_NavEKF2: Use correct casting of integers when printing 9 years ago
Paul Riseborough 49f9ea317c AP_NavEKF: Update console message and param descriptions for multiple EKF's 9 years ago
Andrew Tridgell 2ab2afc86a AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 9 years ago
Paul Riseborough aa14de9d39 AP_NavEKF2: Fix failure to start mag cal due to gyro noise 9 years ago
Paul Riseborough f539b597a3 AP_NavEKF2: Improve initialisation of magnetic field learning 9 years ago
Paul Riseborough 5eb7cf1fbf AP_NavEKF: Reduce roll/pitch disturbance when magnetic field is reset 9 years ago
Paul Riseborough ab8c28a7cc AP_NavEKF: Fix bug allowing takeoff in GPS modes without aiding 9 years ago
Andrew Tridgell d1dfd5fd01 AP_NavEKF2: use common header for optimisation level and irq disable 9 years ago
Paul Riseborough f6ad79688e AP_NavEKF2: Update start sequence console messages 9 years ago
Paul Riseborough baa8692960 AP_NavEKF2: Allow use of magnetometer learning during optical flow nav 9 years ago
Paul Riseborough 6899767d28 AP_NavEKF2: Disable magnetic field learning if we have no absolute position reference 9 years ago
Paul Riseborough e7de2d3ea3 AP_NavEKF: Update magnetic field learning options 9 years ago
Paul Riseborough 71c399674a AP_NavEKF2: Delay use of magnetic field states until off-ground 9 years ago
Paul Riseborough 0dc570b5a5 AP_NavEKF2: Improve optical flow takeoff detection logic 9 years ago
Paul Riseborough b142cc7fd2 AP_NavEKF2: Rename files and re-distribute content 9 years ago
Siddharth Bharat Purohit 1ce3276d74 AP_NavEKF2: split EKF control and output get functions from state specific libs 9 years ago
Siddharth Bharat Purohit 290ea0e1e8 AP_NavEKF2: split up EKF_core into different files 9 years ago