400 Commits (7c9ee9363b4819eba4203f983a59483d8ea793c2)

Author SHA1 Message Date
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
Caio Marcelo de Oliveira Filho 4ea45b8df1 AP_AHRS_NavEKF: use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 55e61538b3 AP_AHRS_DCM: use millis/micros/panic functions 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Paul Riseborough 803817821d AP_AHRS: Support changes to EKF2 interfaces that specify the instance 9 years ago
Lucas De Marchi dd784189a1 AP_AHRS: remove comment about avr-libc 9 years ago
Lucas De Marchi da86e29c27 AP_AHRS: remove check for AVR CPUs 9 years ago
Lucas De Marchi 124937ab61 AP_AHRS: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Paul Riseborough 7ed36d8e65 AP_AHRS: Enable pre-flight GPS check status reporting for EKF2 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Randy Mackay 4e959ef6f9 AP_AHRS: constify getLastPosNorthEastReset 9 years ago
Randy Mackay 7c20577ee0 AP_AHRS: constify getLastYawResetAngle 9 years ago
Paul Riseborough f67f6b01f4 AP_AHRS: Publish the EKF position and velocity reset deltas 9 years ago
Caio Marcelo de Oliveira Filho f7c73fbb13 AP_AHRS: remove AHRS_EKF_USE_ALWAYS define 9 years ago
Caio Marcelo de Oliveira Filho 9d2e3157fe AP_AHRS: add a runtime flag for always using EKF 9 years ago
Caio Marcelo de Oliveira Filho e87db31149 AP_AHRS: remove unused define 9 years ago
Caio Marcelo de Oliveira Filho 9b73fcb6f8 AP_AHRS: remove unnecessary includes in the example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Andrew Tridgell 79d85f7e10 AP_AHRS: wait for up to 10 samples to get a valid accel vector 9 years ago
Andrew Tridgell eac91430a2 AP_AHRS: update _dcm_attitude() on reset() 9 years ago
Jonathan Challinger c35605fa04 AP_AHRS_DCM: align tilt during initialization 9 years ago
Paul Riseborough 0722ebe8a0 AP_AHRS: Add EKF variance checks 9 years ago
Paul Riseborough ae830b44c4 AP_AHRS: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough e8037f94ad AP_AHRS: Make EKF2 PosDownDerivative interface follow coding conventions 9 years ago
Paul Riseborough 58d57994f4 AP_AHRS: Rectify coding errors found during peer review 9 years ago
Paul Riseborough e65ae51564 AP_AHRS: Enable AP_InertialNav to access all EKF functions via AP_AHRS 9 years ago
Gustavo Jose de Sousa 84f811fe76 AP_AHRS: use compass get_{field,offsets}() functions 9 years ago
Andrew Tridgell 232fc8a64d AP_AHRS: added send_ekf_status_report() 9 years ago
Randy Mackay 9f59b6f7b5 AP_AHRS: getLastYawResetAngle returns reset time 10 years ago
Andrew Tridgell 06c0ad987e AP_AHRS: fixed divide by zero in SITL 10 years ago
Paul Riseborough f77bdd90fc AP_AHRS: Update EKF2 data logging 10 years ago
Andrew Tridgell dde8330077 AP_AHRS: rename using_EKF to active_EKF_type() 10 years ago
Andrew Tridgell f9348887c5 AP_AHRS: added getLastYawResetAngle() and resetHeightDatum() 10 years ago
Andrew Tridgell 0677c2c80c AP_AHRS: run astyle for formatting 10 years ago
Andrew Tridgell 13f72e5ba9 AP_AHRS: expose EKF2 for logging 10 years ago