342 Commits (2a3d722d8cb0749fbd158d734ad585d75a107995)

Author SHA1 Message Date
Paul Riseborough 0b653bb82b AP_NavEKF2: Update MAVLnk parameter documentation 9 years ago
Paul Riseborough ca31ced2b4 AP_NavEKF2: Fix bug preventing use of optical flow with multiple IMU's 9 years ago
Paul Riseborough 577670ccee AP_NavEKF2: Reduce memory required by 6KB when running at 400Hz 9 years ago
Paul Riseborough e33aa7898a AP_NavEKF2: Prevent return of uninitialised variable 9 years ago
Paul Riseborough 3d8e74df26 AP_NavEKF2: Don't switch magnetometers when on the ground or just started 9 years ago
Paul Riseborough 3099d94e78 AP_NavEKF2: Retrieve correct time-stamp for active compass 9 years ago
Paul Riseborough 5d2f78996a AP_NavEKF2: Remove un-used data in IMU buffer 9 years ago
Paul Riseborough f00b1ff22d AP_NavEKF2: Publish the magnetometer selection index 9 years ago
Paul Riseborough 7294c8004b AP_NavEKF2: Enable use of backup magnetometers after a timeout 9 years ago
Paul Riseborough 6deabe28c2 AP_NavEKF2: Require all magnetometer axes to pass innovation test 9 years ago
Paul Riseborough afeadfca51 AP_NavEKF2: Don't attempt to compensate for external mag calibration 9 years ago
Paul Riseborough f08a4af751 AP_NavEKF2: Remove redundant if statement 10 years ago
Paul Riseborough 9efc2152fc AP_NavEKF2: Fix comment 10 years ago
Paul Riseborough a8983d075f AP_NavEKF2: Enable clean entry into GPS aiding in-flight 10 years ago
Paul Riseborough f99dbc70f9 AP_NavEKF2: Don't return ready to use GPS true if user has inhibited GPS 10 years ago
Paul Riseborough d6f7156f4e AP_NavEKF2: Fix timing offset in position reset calculation 10 years ago
Paul Riseborough 0b64ad0123 AP_NavEKF2: Enable EKF instance to be specified when requesting public data 10 years ago
Paul Riseborough 6c2dc3ccf8 AP_NavEKF2: Publish the number of instances 10 years ago
Paul Riseborough 65e4a4ab94 AP_NavEKF2: Use correct casting of integers when printing 10 years ago
Paul Riseborough 2dcaeb0304 AP_NavEKF2: Update publishing of primary core index 10 years ago
Paul Riseborough 1858da8307 AP_NavEKF2: Better switching in response to faults 10 years ago
Paul Riseborough 5f6d1d8d25 AP_NavEKF2: Add fault score calculation 10 years ago
Paul Riseborough b24507d33c AP_NavEKF2: Publish the primary EKF index 10 years ago
Paul Riseborough 04165a60a7 AP_NavEKF2: Reduce false positive on EKF health check 10 years ago
Paul Riseborough 49f9ea317c AP_NavEKF: Update console message and param descriptions for multiple EKF's 10 years ago
Paul Riseborough 2340e18fdc AP_NavEKF2: Offset the fusion time horizon between multiple instances 10 years ago
Paul Riseborough 3eeff8dbc6 AP_NavEKF2: Remove unused code 10 years ago
Paul Riseborough d48454ee2d AP_NavEKF2: Use nominated IMU unless unavailable 10 years ago
Andrew Tridgell d52279af27 AP_NavEKF2: don't try to allocate last bytes of memory to EKF2 10 years ago
Andrew Tridgell ee78e2d618 AP_NavEKF2: set primary to first healthy core 10 years ago
Andrew Tridgell 2ab2afc86a AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 10 years ago
Lucas De Marchi e0e7b73ceb AP_NavEKF2: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 10 years ago
Paul Riseborough aa14de9d39 AP_NavEKF2: Fix failure to start mag cal due to gyro noise 10 years ago
Paul Riseborough 2ebce110b7 AP_NavEKF2: Explicitly define plane build type for default parameters 10 years ago
Paul Riseborough b6d63d4b4e AP_NavEKF2: Fix reporting of pre-flight GPS checks 10 years ago
Paul Riseborough 7bd61a484c AP_NavEKF2: Faster initial accel bias learning 10 years ago
Paul Riseborough b15bf3243e AP_NavEKF2: Remove potential for division by zero 10 years ago
Paul Riseborough 5533a9a149 AP_NavEKF2: Add improved health monitoring when using simple compass yaw fusion 10 years ago
Paul Riseborough f539b597a3 AP_NavEKF2: Improve initialisation of magnetic field learning 10 years ago
Paul Riseborough 844ed95718 AP_NavEKF2: Add method to rotate output quaternion history 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Randy Mackay 4d458833dc AP_NavEKF2: remove unnecessary PV_AidingMode check 10 years ago
Paul Riseborough b459d937ad AP_NavEKF2: Clean up GPS fusion timeout logic and comments 10 years ago
Randy Mackay 94adaba305 AP_NavEKF2: constify getLastPosNorthEastReset 10 years ago
Randy Mackay 52ed075405 AP_NavEKF2: constify getLastYawResetAngle 10 years ago
Paul Riseborough 0b1a6a2157 AP_NavEKF2: Clean up GPS timeout logic 10 years ago
Paul Riseborough 74da4d8e57 AP_NavEKF2: Remove GPS glitch offset logic 10 years ago
Paul Riseborough 4fdec67546 AP_NavEKF2: Publish the position and velocity state reset deltas 10 years ago
Andrew Tridgell c228ea4371 AP_NavEKF2: prevent a valgrind error on startup 10 years ago