566 Commits (a1f1e7e435f03a2370ffc672d2068f638520083b)

Author SHA1 Message Date
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
Andrew Tridgell b488d6de00 AP_AHRS: fix for new compass API 10 years ago
Andrew Tridgell 031c81beee AP_AHRS: removed call to 1D accel cal 10 years ago
Andrew Tridgell 6781a8d329 AP_AHRS: fixed get_position for EKF to use correct relative altitude 10 years ago
Jonathan Challinger 180c85817d AP_AHRS: remove armed state, use hal.util soft_armed state 10 years ago
mirkix 49d81a9c99 AP_AHRS: fix apm1 oilpan support 10 years ago
Randy Mackay b66a1135d9 AHRS: fix example sketch compile error 10 years ago
Andrew Tridgell ee9c778834 AP_AHRS: added a get_NavEKF_const() function 10 years ago
Andrew Tridgell 68f64fa11c AP_AHRS: make the healthy() method const 10 years ago
Randy Mackay d8664d15d6 AHRS: fix example sketch 10 years ago
Andrew Tridgell ed0a56cc3c AP_AHRS: cope with the changed semantics of airspeed.use() 10 years ago
Andrew Tridgell d2c827aa4b AP_AHRS: updates for new AP_Baro API 10 years ago
Andrew Tridgell b499cd1b59 AP_AHRS: fixed examples build 10 years ago
Andrew Tridgell 70c2aeca42 AP_AHRS: make optflow available via AHRS 10 years ago
priseborough 5b8265ad6f AP_AHRS: Expand EKF speed limit public method to handle control limits 10 years ago
priseborough 83775554ea AP_AHRS: Publish EKF ground speed limit 10 years ago
priseborough 5532750a99 AP_AHRS: Add public method to inhibit GPS useage when using EKF 10 years ago
priseborough 44e1695d5a AP_AHRS : Enable EKF start without GPS 10 years ago
priseborough a4984a1e76 AP_AHRS : Add range finder health status to EKF optical flow data 10 years ago
priseborough 12b012a00e AP_AHRS : temporary mods to test use of flow sensor internal gyro data 10 years ago
priseborough 7b76fc29fb AP_AHRS : EKF optical flow fusion support preliminary changes 10 years ago
Randy Mackay 4452aa8448 AP_AHRS_DCM: compile error fix for low speed CPUs 10 years ago
Jonathan Challinger 9261dfdefb AP_AHRS_NavEKF: overload get_accel_ef and get_accel_ef_blended functions 10 years ago
Jonathan Challinger 4975cefd84 AP_AHRS_DCM: update _accel_ef_blended 10 years ago
Jonathan Challinger 033ee3c900 AP_AHRS: Add get_accel_ef_blended function 10 years ago
Randy Mackay 9e731550fd AHRS: default EKF on for copter 10 years ago
Andrew Tridgell 38c1b622f3 AP_AHRS: fixed example build on APM2 10 years ago
Andrew Tridgell 89cdae62b4 AP_AHRS: fixed example build 10 years ago
priseborough 2c07299c04 AP_AHRS : Add reset of EKF gyro bias states 10 years ago
Randy Mackay dffcfb42bc AHRS: add reset_gyro_drift method 10 years ago
Andrew Tridgell 26de54c29a AP_AHRS: cope with 90 degree pitch in update_trig() 10 years ago
Andrew Tridgell f79ce92673 AP_AHRS: fixed example build 10 years ago
Randy Mackay 39c8535223 AHRS_DCM: sanity check AHRS_RP_P and AHRS_YAW_P 10 years ago
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
Andrew Tridgell 63c06ea2af AP_AHRS: fixed calls to DCM in parent class 10 years ago