637 Commits (ad3b1eaaf0229c2f6cdfd79ba9aabf6cb600a32d)

Author SHA1 Message Date
floaledm 27e977289a AP_AHRS: add the get_variances method found in AP_AHRS_NavEKF to AP_AHRS 8 years ago
Andrew Tridgell 334db0a1a5 AP_AHRS: added get_primary_accel_index() and get_primary_gyro_index() 9 years ago
Andrew Tridgell c62fc336cb AP_AHRS: use current EKF2 IMU core in gyro estimate 9 years ago
Andrew Tridgell bf1e0e1536 AP_AHRS: fixed EKF GPS arming check for fixed wing 9 years ago
LukeMike d8cc2668cb VRBRAIN / AP_AHRS_NavEKF: set AP_AHRS_WITH_EKF1 to 1 only for VR Brain 5.4 9 years ago
Peter Barker 78fa23440c AP_AHRS: remove use of uninitialised variable 9 years ago
priseborough 01ce3e7f1e AP_AHRS: fix documentation errors 9 years ago
priseborough 5454f76702 AP_AHRS: Add separate interfaces for local horizontal and vertical position 9 years ago
Andrew Tridgell e82468a529 AP_AHRS: avoid ifdef for AP_MODULE_SUPPORTED 9 years ago
Andrew Tridgell 36181b78de AP_AHRS: fixed build for px4 9 years ago
Andrew Tridgell 15a01eefb1 AP_AHRS: added AHRS_update hook 9 years ago
Andrew Tridgell 2db2486b3a AP_AHRS: send zero EKF_STATUS_REPORT with EKF type 10 9 years ago
masierra 8fc494cfcd AP_AHRS_DCM: changed estimate to use prev values for dir & vel 9 years ago
Andrew Tridgell a6cbc5d4a5 AP_AHRS: use EKF for groundspeed estimate if available 9 years ago
Andrew Tridgell d17e3b17bf AP_AHRS: special handling for flying fixed wing with no compass 9 years ago
Andrew Tridgell 8486d4ab5e AP_AHRS: disable EKF1 on all PX4v1 and PX4v2 boards 9 years ago
Paul Riseborough 597ec61673 AP_AHRS: extend ekf fault status reporting coverage 9 years ago
Ricardo de Almeida Gonzaga 2bf9aa94ad AP_AHRS: Fix typos 9 years ago
dgrat 6d3b491c02 AP_Math: Replace is_equal with a type safe template function 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Andrew Tridgell 73d3797a7e AP_AHRS: finish implementing have_ekf_logging() 9 years ago
Andrew Tridgell 795080742e AP_AHRS: added have_ekf_logging() API 9 years ago
Andrew Tridgell 07060051cf AP_AHRS: added API for forcing EKF to start 9 years ago
Andrew Tridgell 664ce5c16e AP_AHRS: don't use disabled gyro in rate controllers 9 years ago
Randy Mackay 4419b3c617 AHRS_NavEKF: fix get_position by using ekf origin 9 years ago
Jonathan Challinger 6a5f1c0bec AP_AHRS_NavEKF: reflect changes to getMagOffsets 9 years ago
Jonathan Challinger 18240107f0 AP_AHRS_NavEKF: add getGpsGlitchStatus 9 years ago
Andrew Tridgell 9db618c73c AP_AHRS: disable EKF1 for plane 9 years ago
Lucas De Marchi e0153faa85 AP_AHRS: replace header guard with pragma once 9 years ago
Andrew Tridgell d0b67ce007 AP_AHRS: allow for EKF without GPS on plane in VTOL modes 9 years ago
Lucas De Marchi 0ccd2de12b AP_AHRS: fix use of undefined macro 9 years ago
Jonathan Challinger cbf2309023 AP_AHRS: add get_mag_field_NED and get_mag_field_correction 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Randy Mackay f6b909d0a5 AHRS_NavEKF: resolve compiler warning re signed vs unsigned comparison 9 years ago
Andrew Tridgell f8b52c6a67 AP_AHRS: try to start EKF2 slightly before EKF2 9 years ago
Andrew Tridgell ea823a818c AP_AHRS: enable EKF2 by default in AHRS 9 years ago
Jonathan Challinger 5cb7331095 AP_AHRS: fix example build 9 years ago
Jonathan Challinger a2999ece54 AP_AHRS_NavEKF: add setTakeoffExpected, setTouchdownExpected 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 6a5c5969fa AP_AHRS: fixed example build 9 years ago
Jonathan Challinger 6682b27456 AP_AHRS: rename get_dcm_matrix to get_rotation_body_to_ned 9 years ago
Julien BERAUD 924a94633d AP_AHRS: Fix build 9 years ago
Lucas De Marchi 2b26a2eebe AP_AHRS: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Andrew Tridgell 1e8c391024 AP_AHRS: fixed float exception on start in SITL 9 years ago
Andrew Tridgell b3e6129fd4 AP_AHRS: added EKF type 10 for SITL 9 years ago
Andrew Tridgell 7b38f2185f AP_AHRS: use the right DCM matrix for right EKF 9 years ago
Caio Marcelo de Oliveira Filho 3a17c858e3 AP_AHRS: use millis/micros/panic functions 9 years ago