502 Commits (c79cbd71af7193252bc52e5a923d82092e82d930)

Author SHA1 Message Date
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
Jonathan Challinger 6a6ccb4f32 AP_AHRS: add sanity checks 10 years ago
Randy Mackay c6f71ea2e0 AHRS: make get_error_rp and get_error_yaw const 10 years ago
Andrew Tridgell a0969905ce AP_AHRS: make get_error_rp() and get_error_yaw() const 10 years ago
Andrew Tridgell d7249cc1e6 AP_AHRS: only use EKF for plane and rover if all data available 10 years ago
Paul Riseborough ff9917d338 AP_AHRS: Fix bug preventing EKF from initialising 10 years ago
Jonathan Challinger dc5bdd5ad8 AP_AHRS: use filtered INS output to compute _accel_ef_blended 10 years ago
Paul Riseborough d44cf14178 AP_AHRS : Publish EKF learned compass offsets 10 years ago
Andrew Tridgell 8ba043e593 AP_AHRS: fixed EKF startup bug 10 years ago
Randy Mackay 98efcd5f03 AHRS: always use EKF for copter 10 years ago
Randy Mackay 7f25938834 AHRS: fix example sketch 10 years ago
Jonathan Challinger f92c711d14 AP_AHRS: define AP_AHRS_TYPE to be the type of AHRS in use 10 years ago
Andrew Tridgell 585a105128 AP_AHRS: use compass->last_update_usec() 10 years ago