252 Commits (5a8fc6283ee15072d1e1d4eef9f9ada9191f1906)

Author SHA1 Message Date
Paul Riseborough d820a538d5 AP_NavEKF2: Make magnetometer data available status global 9 years ago
Paul Riseborough 04228e0b3b AP_NavEKF2: Rework selection of height measurements for fusion 9 years ago
Paul Riseborough 80bc64ee7a AP_NavEKF2: Update parameter documentation with GPS height source option 9 years ago
Paul Riseborough 4c72a14e22 AP_NavEKF2: Add function to LPF and spike filter baro data 9 years ago
Paul Riseborough 34311bedfa AP_NavEKF2: Add data buffers for range finder data 9 years ago
Andrew Tridgell 99da195e37 AP_NavEKF2: make IMU buffer length depend on main loop rate 9 years ago
Paul Riseborough 9b82b2200c AP_NavEKF2: Fix plane in-flight yaw reset 9 years ago
Paul Riseborough e8706db382 AP_NavEKF2: Update IMU tuning parameter limits 9 years ago
Paul Riseborough 0562529729 AP_NavEKF2: Tuning changes to make attitude less sensitive to GPS and compass errors 9 years ago
Paul Riseborough 6522fb2621 AP_NavEKF2: Allow user to relax pre-flight GPS checks 9 years ago
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 9 years ago
Paul Riseborough 9efc2152fc AP_NavEKF2: Fix comment 9 years ago
Paul Riseborough a8983d075f AP_NavEKF2: Enable clean entry into GPS aiding in-flight 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 d6f7156f4e AP_NavEKF2: Fix timing offset in position reset calculation 9 years ago
Paul Riseborough 0b64ad0123 AP_NavEKF2: Enable EKF instance to be specified when requesting public data 9 years ago
Paul Riseborough 6c2dc3ccf8 AP_NavEKF2: Publish the number of instances 9 years ago
Paul Riseborough 65e4a4ab94 AP_NavEKF2: Use correct casting of integers when printing 9 years ago
Paul Riseborough 2dcaeb0304 AP_NavEKF2: Update publishing of primary core index 9 years ago
Paul Riseborough 1858da8307 AP_NavEKF2: Better switching in response to faults 9 years ago
Paul Riseborough 5f6d1d8d25 AP_NavEKF2: Add fault score calculation 9 years ago
Paul Riseborough b24507d33c AP_NavEKF2: Publish the primary EKF index 9 years ago
Paul Riseborough 04165a60a7 AP_NavEKF2: Reduce false positive on EKF health check 9 years ago
Paul Riseborough 49f9ea317c AP_NavEKF: Update console message and param descriptions for multiple EKF's 9 years ago
Paul Riseborough 2340e18fdc AP_NavEKF2: Offset the fusion time horizon between multiple instances 9 years ago
Paul Riseborough 3eeff8dbc6 AP_NavEKF2: Remove unused code 9 years ago
Paul Riseborough d48454ee2d AP_NavEKF2: Use nominated IMU unless unavailable 9 years ago
Andrew Tridgell d52279af27 AP_NavEKF2: don't try to allocate last bytes of memory to EKF2 9 years ago
Andrew Tridgell ee78e2d618 AP_NavEKF2: set primary to first healthy core 9 years ago
Andrew Tridgell 2ab2afc86a AP_NavEKF2: added EK2_IMU_MASK for multiple IMUs 9 years ago
Lucas De Marchi e0e7b73ceb AP_NavEKF2: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Paul Riseborough aa14de9d39 AP_NavEKF2: Fix failure to start mag cal due to gyro noise 9 years ago
Paul Riseborough 2ebce110b7 AP_NavEKF2: Explicitly define plane build type for default parameters 9 years ago
Paul Riseborough b6d63d4b4e AP_NavEKF2: Fix reporting of pre-flight GPS checks 9 years ago
Paul Riseborough 7bd61a484c AP_NavEKF2: Faster initial accel bias learning 9 years ago
Paul Riseborough b15bf3243e AP_NavEKF2: Remove potential for division by zero 9 years ago
Paul Riseborough 5533a9a149 AP_NavEKF2: Add improved health monitoring when using simple compass yaw fusion 9 years ago
Paul Riseborough f539b597a3 AP_NavEKF2: Improve initialisation of magnetic field learning 9 years ago
Paul Riseborough 844ed95718 AP_NavEKF2: Add method to rotate output quaternion history 9 years ago