85 Commits (5a280838f8a8b7b80215617ad3fdb2b324cf38b4)

Author SHA1 Message Date
Andrew Tridgell 270bac4472 AP_AHRS: make get_position() const 10 years ago
Andrew Tridgell 4ad643b233 AP_AHRS: use a common function for updating the CD values 10 years ago
Andrew Tridgell eec5cd5add AP_AHRS: restore DCM attitude before update() 10 years ago
Randy Mackay 85eee31510 AHRS: rename ekfNotStarted method to initialised 11 years ago
priseborough 7cea7c6a18 AP_AHRS : add method to report if EKF is waiting to start 11 years ago
priseborough 7370e07c8d AP_AHRS : Prevent EKF starting if GPS sats less than AHRS_GPS_MINSATS 11 years ago
Andrew Tridgell e9a9e33280 AP_AHRS: use EKF use_compass() if EKF enabled 11 years ago
Andrew Tridgell 28fedba4d8 AP_AHRS: fixed gyro_bias sign, and pre-calculate gyro_estimate for EKF 11 years ago
Jonathan Challinger 966d66ef40 AP_AHRS_NavEKF: use gyro drift states from EKF in get_gyro 11 years ago
Andrew Tridgell 1a05c27bbb AP_AHRS: added healthy() function 11 years ago
Andrew Tridgell b7350118a6 AP_AHRS: enable EKF wind estimate with no airspeed sensor 11 years ago
Andrew Tridgell 27a3b5fb36 AP_AHRS: fixed wind reporting with EKF and no airspeed sensor 11 years ago
Andrew Tridgell f07e4dee52 AP_AHRS: convert to new GPS API 11 years ago
Paul Riseborough 15a44571c2 AP_NavEKF : enable operation without a compass for planes 11 years ago
Jonathan Challinger f321a5f241 AP_AHRS: Change airspeed_estimate to const in children of AP_AHRS 11 years ago
Paul Riseborough 9f3c19c03a AP_AHRS : change initialisation requirements for EKF and use dynamic method 11 years ago
Andrew Tridgell fad0b2b233 AP_AHRS: added get_correct_centrifugal() 11 years ago
Andrew Tridgell be33a9634e AP_AHRS: move using_EKF to .cpp to make it easier in gdb 11 years ago
Andrew Tridgell 801ceacaf2 AP_AHRS: re-run update_trig() after EKF AHRS update 11 years ago
Andrew Tridgell 25ef0d5a7b AP_AHRS: don't allow get_velocity_NED() and get_relative_position_NED() without EKF 11 years ago
Paul Riseborough b4171853b1 AP_NavEKF: allow initialisation before GPS lock to aid indoor testing 11 years ago
Paul Riseborough 0599817aa9 AP_AHRS : EKF initialisation changed to use bootstrap method 11 years ago
Randy Mackay 9f130b40a0 AP_AHRS_NavEKF: override set_correct_centrifugal 11 years ago
Paul Riseborough a87df0ad56 AP_AHRS : set NavEKF staticMode using call to set_correct_centrigual 11 years ago
Paul Riseborough ab08a5c7d6 AP_AHRS : altered NavEKF set home to reset position instead of reset filter 11 years ago
Andrew Tridgell 574946f0aa AP_AHRS: start EKF 5 seconds after getting GPS lock 11 years ago
Andrew Tridgell df271fbd59 AP_AHRS: fill in _dcm_matrix whenever EKF started 11 years ago
Andrew Tridgell ada7d4fb98 AP_AHRS: use the right DCM matrix when EKF not enabled 11 years ago
Andrew Tridgell 5d43a1d704 AP_AHRS: added inertial nav interfaces to AHRS 11 years ago
Andrew Tridgell 392995ef84 AP_AHRS: make AHRS handle altitude 11 years ago
Andrew Tridgell 84c7b0d7fd AP_AHRS: check for NavEKF health 11 years ago
Andrew Tridgell b39a5062e9 AP_AHRS: use NavEKF for ground vector when available 11 years ago
Andrew Tridgell b6bc50051f AP_AHRS: allow reporting of secondary AHRS solution 11 years ago
Andrew Tridgell 8c5cde4efd AP_AHRS: allow NavEKF to be enabled at runtime with AHRS_EKF_USE=1 11 years ago
Andrew Tridgell 7ac78ff991 AP_AHRS: create AP_AHRS_NavEKF class 11 years ago