10 Commits (c2c7284a942452a8d10ca43de2dda0d236b2e80d)

Author SHA1 Message Date
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
priseborough b3bfb71431 AP_NavEKF: fix documentation errors 9 years ago
priseborough 487bbc3ed2 AP_NavEKF: Fix reporting of position status 9 years ago
Paul Riseborough d59d8cc6e3 AP_NavEKF: extend fusion fault reporting coverage 9 years ago
Ricardo de Almeida Gonzaga 267a74ebb2 AP_NavEKF: Fix typos 9 years ago
Jonathan Challinger 6938e3d57b AP_NavEKF: check mag instance id when returning mag offsets 9 years ago
Lucas De Marchi bb0d96cedd AP_NavEKF: replace header guard with pragma once 9 years ago
Peter Barker 11760c33f6 AP_NavEKF: avoid use of undefined #defines 9 years ago
Andrew Tridgell a042845da8 AP_NavEKF: avoid an optimiser bug in clang 9 years ago
Andrew Tridgell 56909ce973 AP_NavEKF: split EKF1 into frontend and backend 9 years ago
Paul Riseborough 0dd5a7c4fa AP_NavEKF: Use correct blended delta time for all vel and pos integration 9 years ago
Paul Riseborough 42214ec303 AP_NavEKF: Fix failure to start mag cal due to gyro noise 9 years ago
Paul Riseborough 778b1c3e18 AP_NavEKF: Remove dead code for constant velocity mode 9 years ago
Paul Riseborough 59df23bc0f AP_NavEKF: Reduce EKF health pre-arm check false positives 9 years ago
Randy Mackay 3f29365cae AP_NavEKF: constify getLastPosNorthEastReset 9 years ago
Randy Mackay 758c5a7d7f AP_NavEKF: constify getLastYawResetAngle 9 years ago
Paul Riseborough 7c40448bab AP_NavEKF: Remove GPS glitch offset logic 9 years ago
Paul Riseborough 5489ff9118 AP_NavEKF: publish position and velocity state reset data 9 years ago
Andrew Tridgell f66966ccae NavEKF: use new perf counter API 9 years ago
Paul Riseborough 240ea92947 AP_NavEKF: Re-center gyro bias limits on arming 9 years ago
Paul Riseborough 6b3e114cd6 AP_NavEKF: Enable EKF1 to be disabled to reduce frame over-runs 9 years ago
Paul Riseborough 840f307d58 AP_NavEKF: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough dab658f6ed AP_NavEKF: Add methods to output and calculate vertical position derivative 9 years ago
Paul Riseborough 3479a0e209 AP_NavEKF: Prevent blocking of synthetic position fusion 9 years ago
Paul Riseborough f451a81ef9 AP_NavEKF: Add missing GPs check report 9 years ago
Paul Riseborough ef5049862a AP_NavEKF: Add fix status to GPS check report message 9 years ago
Paul Riseborough 5177746c00 AP_NavEKF: Add reporting of GPS check status 9 years ago
Paul Riseborough 2b0434f089 AP_NavEKF: Improved detection of GPS glitch behaviour 9 years ago
Paul Riseborough 8a9d9c04c5 AP_NavEKF: Add public function to declare GPS glitch 9 years ago
Paul Riseborough 21e4910149 AP_NavEKF: Allow user to select preflight GPS checks 9 years ago
Paul Riseborough cdae84aec1 AP_NavEKF: Additional pre-arm GPS quality checks 9 years ago
Randy Mackay b5c49e0792 AP_NavEKF: minor comment fix 10 years ago
Jonathan Challinger 51fb13a329 AP_NavEKF: fix getLastYawResetAngle to return yaw reset system time 10 years ago
Paul Riseborough 02408861a1 AP_NavEKF: Remove unused function 10 years ago
Paul Riseborough 5c32bb8858 AP_NavEKF: Add pre-flight check for gyro quality 10 years ago
Paul Riseborough 930f730612 AP_NavEKF: Reset mag and heading states to try and pass pre-flight checks 10 years ago
Andrew Tridgell c10ce3ffbd AP_NavEKF: added prearm_failure_reason() 10 years ago
Randy Mackay 629a5fd714 NavEKF: IMUSwitchState enum 10 years ago
Paul Riseborough 559cc29635 AP_NavEKF: Add hysteresis to IMU switching logic 10 years ago
Paul Riseborough 12e884ba6b AP_NavEKF: Modify method used to check for vibration errors 10 years ago
Gustavo Jose de Sousa f7fd9e3d99 AP_NavEKF: standardize inclusion of libaries headers 10 years ago
Paul Riseborough 8b4b0b9576 AP_NavEKF: Add accelerometer clip monitoring and isolation 10 years ago
Andrew Tridgell 686b1137fa AP_NavEKF: added vehicle specific initial gyro bias uncertainty 10 years ago
Paul Riseborough 87e6a24154 AP_NavEKF: Add public method to reset EKF height datum and baro alt 10 years ago
Paul Riseborough e3ccb74e12 AP_NavEKF: Publish amount of in-flight yaw angle reset 10 years ago
Paul Riseborough 6ba8cd05ff AP_NavEKF: Fix bug preventing GPS vertical velocity being used 10 years ago
Paul Riseborough c1c5e3598a AP_NavEKF: Enforce alignment of realigned earth mag field with declination 10 years ago
Paul Riseborough a232606fc9 AP_NavEKF: Prevent EKF yaw errors due to fast yaw spins 10 years ago
Paul Riseborough be04be9b43 AP_NavEKF: Fix bug preventing home position being set by copter 10 years ago
Randy Mackay c366fbbc96 AP_NavEKF: remove unused haveDeltaAngles 10 years ago