586 Commits (b9cd3a8a399e271177e2a04aef14fe8cca6d5954)

Author SHA1 Message Date
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
Andrew Tridgell 7ba45444a2 AP_AHRS: added selection of EKF type using AHRS_EKF_TYPE 10 years ago
Andrew Tridgell ed25c85d21 AP_AHRS: added NavEKF2 to constructor 10 years ago
Randy Mackay b5e1ad89b3 AHRS: remove INS start style from example sketch 10 years ago
Grant Morphett b2751d876c AP_AHRS: Fixed spelling error in parameter desc. 10 years ago
Staroselskii Georgii 4b948f5bb1 AP_AHRS: make DCM use milligauss 10 years ago
Andrew Tridgell c18c6d894e AP_AHRS: added prearm_failure_reason() 10 years ago
Randy Mackay a7569e3a61 AHRS_NavEKF: integrate INS use_accel 10 years ago
Randy Mackay 7f46cc9059 AHRS_DCM: integrate INS use_accel 10 years ago
Lucas De Marchi b43bddc0af AP_AHRS: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 54d5277842 AP_AHRS: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 7e2e78c1af AP_AHRS: protect against zero deltat in DCM 10 years ago
Randy Mackay 9067abc037 AHRS_NavEKF: fix blended accel to use primary accel 10 years ago
Andrew Tridgell 9c776736c1 AP_AHRS: use delta_velocity and delta_angle in DCM 10 years ago
mirkix d169fea9ec AP_AHRS: Add Linux support for example 10 years ago