20 Commits (f63c32531c4c132670cc6c44842056d39df7acf6)

Author SHA1 Message Date
Paul Riseborough 52fd369b2f AP_NavEKF2: Add methods to output and calculate vertical position derivative 9 years ago
Paul Riseborough e3013b493b AP_NavEKF2: Critical bug fix - perf counter not initialised 9 years ago
Paul Riseborough 20a3f9782e AP_NavEKF2: Add full set of selectable pre-flight GPS checks 9 years ago
Paul Riseborough db4dfce7b1 AP_NavEKF2: Add fix status to GPS check report message 9 years ago
Paul Riseborough 22920aafad AP_NavEKF2: Improve GPS status reporting 9 years ago
Paul Riseborough f467a89fa3 AP_NavEKF2: Update comments for filter status output function 9 years ago
Paul Riseborough cde140354a AP_NavEKF2: Clean up control logic 10 years ago
Paul Riseborough f4db78fc11 AP_NavEKF2: Allow for larger gyro bias errors 10 years ago
Paul Riseborough 325f4139fe AP_NavEKF2: Clean up mode change logic 10 years ago
Paul Riseborough 2fb72b6e6a AP_NavEKF2: Clean up loss of GPS logic 10 years ago
Paul Riseborough 1986af021f AP_NavEKF2: Remove un-used flight mode and duplicate variable 10 years ago
Paul Riseborough 8bcedb228b AP_NavEKF2: Bring pre-flight GPS checks up to date with EKF1 10 years ago
Randy Mackay 015f700bc0 AP_NavEKF2: getLastYawResetAngle returns last reset time 10 years ago
Paul Riseborough 80e182f827 AP_NavEKF2: Update EKF2 data logging 10 years ago
Paul Riseborough 9c5e48e7e9 AP_NavEKF2: Remove unused variables and improve variable names 10 years ago
Paul Riseborough 8afb26087d AP_NavEKF2: Remove unused function 10 years ago
Paul Riseborough f270573acc AP_NavEKF2: Use library functions for quaternion corrections 10 years ago
Andrew Tridgell cbc62238a9 AP_NavEKF2: run astyle for reformatting 10 years ago
Andrew Tridgell b4555f30a5 AP_NavEKF2: added frontend calls to core code 10 years ago
Paul Riseborough f500474a86 AP_NavEKF2: initial import of new maths EKF 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
Paul Riseborough b71b8f4bda AP_NavEKF: Always return a NED relative position if possible 10 years ago
Paul Riseborough 20ba1e6b1b AP_NavEKF: Always return a WGS-84 location if possible 10 years ago
Paul Riseborough 2c4572eb50 AP_NavEKF: Make ground effect variable names more descriptive 10 years ago
Paul Riseborough 5dc29699ab AP_NavEKF: Publish the INS delta quaternion 10 years ago
Jonathan Challinger 2f38dd1b67 AP_NavEKF: use quaternion functions to apply IMU delta angles 10 years ago
Paul Riseborough 744de74c16 AP_NavEKF: Reduce ground effect baro induced height errors during takeoff 10 years ago
Jonathan Challinger 8c92524b8a AP_NavEKF: add takeoffExpected and touchdownExpected 10 years ago
Jonathan Challinger cb0c424da1 AP_NavEKF: rewrite readIMUData 10 years ago
Randy Mackay fdf226ebc1 AP_NavEKF: include AP_RangeFinder.h 10 years ago
Paul Riseborough cf04600710 AP_NavEKF: Add public function to limit height control during OF nav 10 years ago
Paul Riseborough 68b225de4d AP_NavEKF: Prevent pre-arm baro drift affecting mag field reset height 10 years ago
Paul Riseborough e48171ab11 AP_NavEKF: Improve takeoff with optical flow and range data loss 10 years ago
Paul Riseborough 6c4c54c2ba AP_NavEKF: Use default on ground range parameter from range finder object 10 years ago
Paul Riseborough 1c8e3f9444 AP_NavEKF: Allow EKF to pull data from range finder object 10 years ago