393 Commits (59a44008d7fe5959994d40261e88b90f9328363a)

Author SHA1 Message Date
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
Andrew Tridgell 809b6cc855 AP_AHRS: added get_yaw_rate_earth() 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
Randy Mackay a6de3283b6 AHRS_DCM: init members to resolve compiler warnings 11 years ago
Andrew Tridgell 0f5b65e40e AP_AHRS: fixed example build 11 years ago
Przemek Lekston ae4814a773 AP_AHRS_DCM.cpp: changed the direction of position projection to ensure correct behavious in crosswind 11 years ago
Andrew Tridgell 82d0666501 AP_AHRS: fixed example build 11 years ago
Andrew Tridgell 6a275372dd AP_AHRS: ensure get_position() fills in flags 11 years ago
Randy Mackay d23b685023 AP_AHRS: add empty virtual destructor 11 years ago
Randy Mackay 1f2e38ed28 AHRS: initalise members to reduce compiler warnings 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
Jonathan Challinger 61987f6655 AP_AHRS: Fixed DCM get_gyro function 11 years ago
Andrew Tridgell d70bee9249 AP_AHRS: fix for HAL_GPIO_* 11 years ago
Andrew Tridgell b3c1e515dc AP_AHRS: when no accel info available in buffer use current value 11 years ago
Andrew Tridgell 315290029a AP_AHRS: fixed check of accel sensor health 11 years ago
Andrew Tridgell 1a05c27bbb AP_AHRS: added healthy() function 11 years ago
Andrew Tridgell c8c6e05a4a AP_AHRS: added vehicle class to AHRS 11 years ago
Andrew Tridgell 4d24a86088 AP_AHRS: prevent a infinity value 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