464 Commits (9346117c01b98a82de41b73b1356b12f9be29ddc)

Author SHA1 Message Date
Paul Riseborough 0722ebe8a0 AP_AHRS: Add EKF variance checks 9 years ago
Paul Riseborough ae830b44c4 AP_AHRS: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough e8037f94ad AP_AHRS: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough 58d57994f4 AP_AHRS: Rectify coding errors found during peer review 9 years ago
Paul Riseborough e65ae51564 AP_AHRS: Enable AP_InertialNav to access all EKF functions via AP_AHRS 9 years ago
Gustavo Jose de Sousa 84f811fe76 AP_AHRS: use compass get_{field,offsets}() functions 9 years ago
Andrew Tridgell 232fc8a64d AP_AHRS: added send_ekf_status_report() 9 years ago
Randy Mackay 9f59b6f7b5 AP_AHRS: getLastYawResetAngle returns reset time 10 years ago
Andrew Tridgell 06c0ad987e AP_AHRS: fixed divide by zero in SITL 10 years ago
Paul Riseborough f77bdd90fc AP_AHRS: Update EKF2 data logging 10 years ago
Andrew Tridgell dde8330077 AP_AHRS: rename using_EKF to active_EKF_type() 10 years ago
Andrew Tridgell f9348887c5 AP_AHRS: added getLastYawResetAngle() and resetHeightDatum() 10 years ago
Andrew Tridgell 0677c2c80c AP_AHRS: run astyle for formatting 10 years ago
Andrew Tridgell 13f72e5ba9 AP_AHRS: expose EKF2 for logging 10 years ago
Andrew Tridgell 7ba45444a2 AP_AHRS: added selection of EKF type using AHRS_EKF_TYPE 10 years ago
Andrew Tridgell ed25c85d21 AP_AHRS: added NavEKF2 to constructor 10 years ago
Randy Mackay b5e1ad89b3 AHRS: remove INS start style from example sketch 10 years ago
Grant Morphett b2751d876c AP_AHRS: Fixed spelling error in parameter desc. 10 years ago
Staroselskii Georgii 4b948f5bb1 AP_AHRS: make DCM use milligauss 10 years ago
Andrew Tridgell c18c6d894e AP_AHRS: added prearm_failure_reason() 10 years ago
Randy Mackay a7569e3a61 AHRS_NavEKF: integrate INS use_accel 10 years ago
Randy Mackay 7f46cc9059 AHRS_DCM: integrate INS use_accel 10 years ago
Lucas De Marchi b43bddc0af AP_AHRS: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 54d5277842 AP_AHRS: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 7e2e78c1af AP_AHRS: protect against zero deltat in DCM 10 years ago
Randy Mackay 9067abc037 AHRS_NavEKF: fix blended accel to use primary accel 10 years ago
Andrew Tridgell 9c776736c1 AP_AHRS: use delta_velocity and delta_angle in DCM 10 years ago
mirkix d169fea9ec AP_AHRS: Add Linux support for example 10 years ago
Andrew Tridgell edab50ab5a AP_AHRS: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 04ba5fa0bd AP_AHRS: pass EKF into constructor 10 years ago
Andrew Tridgell 00ca493860 AP_AHRS: prevent a floating exception in update_trig 10 years ago
Andrew Tridgell b61f7fa2f6 AP_AHRS: enable EKF by default on plane 10 years ago
Andrew Tridgell 7a76f72bf5 AP_AHRS: added uptime_ms() interface 10 years ago
Andrew Tridgell 5514a9f690 AP_NavEKF: base EKF decisions on vehicle class 10 years ago
Andrew Tridgell 92daa15ccc AP_AHRS: on plane and rover make AHRS unhealthy when EKF not initialised 10 years ago
Andrew Tridgell 29f0561ce4 AP_AHRS: reject EKF for plane when we have GPS and aren't fusing 10 years ago
Paul Riseborough c2ac80cc63 AP_AHRS: Prevent copter from switching to DCM unless EKF has severe errors 10 years ago
Andrew Tridgell 3529e02675 AP_AHRS: if we have 3 gyros then only use first two 10 years ago
Randy Mackay 3390d9932e AP_AHRS: fix example sketch 10 years ago
Peter Barker 463270e0ee AP_AHRS: avoid FPE when we don't have a compass reading 10 years ago
Andrew Tridgell 4d4a607b80 AP_AHRS: revert AP_Math class change 10 years ago
Tom Pittenger 20f47417d5 AP_AHRS: compiler warnings: apply is_zero(float) or is_equal(float) and float to doubles 10 years ago
Andrew Tridgell e597575747 AP_AHRS: fix for HAL_SITL rename 10 years ago
Andrew Tridgell 6bfca648b9 AP_AHRS: raise DCM P gains when disarmed for first 20 seconds 10 years ago
Tom Pittenger e28c555889 AHRS_DCM: fix compile warnings re float constants 10 years ago
Paul Riseborough 7f1749dc1c AP_AHRS: Allow EKF to pull data from range finder object 10 years ago
Paul Riseborough 405862bd8f AP_AHRS: Reduce time delay for EKF initialisation 10 years ago
Paul Riseborough 5184bca87f AP_AHRS: Prevent DCM reporting good tilt error when inverted 10 years ago
Paul Riseborough ea8217bd3a AP_AHRS: Reduce time constant on filtering of DCM error reporting 10 years ago
Randy Mackay 6e30093924 AP_AHRS: correct sanity checks on update_trig 10 years ago