120 Commits (6e2fbf1988c6cb38bf80703217492a0c3ed03b64)

Author SHA1 Message Date
Andrew Tridgell 772209b3f3 AP_AHRS: make posOffset a const reference 8 years ago
priseborough 6069c37b19 AP_AHRS: add position offset to optical flow interface 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Jonathan Challinger 25a14fe0dc AP_AHRS: add interface to retrieve corrected delta velocities in NED frame 8 years ago
Jonathan Challinger 5ff78b8e47 AP_AHRS: fix rotation of acceleration into earth frame 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
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
Andrew Tridgell d17e3b17bf AP_AHRS: special handling for flying fixed wing with no compass 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
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
Andrew Tridgell d0b67ce007 AP_AHRS: allow for EKF without GPS on plane in VTOL modes 9 years ago
Jonathan Challinger cbf2309023 AP_AHRS: add get_mag_field_NED and get_mag_field_correction 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
Jonathan Challinger a2999ece54 AP_AHRS_NavEKF: add setTakeoffExpected, setTouchdownExpected 9 years ago
Jonathan Challinger 6682b27456 AP_AHRS: rename get_dcm_matrix to get_rotation_body_to_ned 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 4ea45b8df1 AP_AHRS_NavEKF: use millis/micros/panic functions 9 years ago
Paul Riseborough 803817821d AP_AHRS: Support changes to EKF2 interfaces that specify the instance 9 years ago
Paul Riseborough 7ed36d8e65 AP_AHRS: Enable pre-flight GPS check status reporting for EKF2 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 9d2e3157fe AP_AHRS: add a runtime flag for always using EKF 9 years ago
Andrew Tridgell eac91430a2 AP_AHRS: update _dcm_attitude() on reset() 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
Andrew Tridgell 232fc8a64d AP_AHRS: added send_ekf_status_report() 10 years ago
Randy Mackay 9f59b6f7b5 AP_AHRS: getLastYawResetAngle returns reset time 10 years ago