124 Commits (119948f2637cab6c7aa154ca107a36e3ee3154e5)

Author SHA1 Message Date
Lucas De Marchi 124937ab61 AP_AHRS: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 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 e87db31149 AP_AHRS: remove unused define 9 years ago
Randy Mackay 9f59b6f7b5 AP_AHRS: getLastYawResetAngle returns reset time 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 7ba45444a2 AP_AHRS: added selection of EKF type using AHRS_EKF_TYPE 10 years ago
Andrew Tridgell c18c6d894e AP_AHRS: added prearm_failure_reason() 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 b61f7fa2f6 AP_AHRS: enable EKF by default on plane 10 years ago
Andrew Tridgell 7a76f72bf5 AP_AHRS: added uptime_ms() interface 10 years ago
Paul Riseborough c2ac80cc63 AP_AHRS: Prevent copter from switching to DCM unless EKF has severe errors 10 years ago
Andrew Tridgell 6bfca648b9 AP_AHRS: raise DCM P gains when disarmed for first 20 seconds 10 years ago
Randy Mackay c6f71ea2e0 AHRS: make get_error_rp and get_error_yaw const 10 years ago
Randy Mackay 98efcd5f03 AHRS: always use EKF for copter 10 years ago
Jonathan Challinger f92c711d14 AP_AHRS: define AP_AHRS_TYPE to be the type of AHRS in use 10 years ago
Jonathan Challinger 180c85817d AP_AHRS: remove armed state, use hal.util soft_armed state 10 years ago
Andrew Tridgell 68f64fa11c AP_AHRS: make the healthy() method const 10 years ago
Andrew Tridgell ed0a56cc3c AP_AHRS: cope with the changed semantics of airspeed.use() 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
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
Randy Mackay dffcfb42bc AHRS: add reset_gyro_drift method 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 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
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
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 f07e4dee52 AP_AHRS: convert to new GPS API 11 years ago
Randy Mackay efd4058e8b AHRS: interate move of p1 from Location to mission cmd 11 years ago
Andrew Tridgell aaaae9a222 AP_AHRS: added get_fly_forward() method 11 years ago
Andrew Tridgell 9a5ecc9541 AP_AHRS: use primary accel for accel_ef 11 years ago
Andrew Tridgell b53496d470 AP_AHRS: choose the best accelerometer at each drift correction step 11 years ago
Andrew Tridgell 3b1f9a4bbf AP_AHRS: added get_armed() and set_armed() calls 11 years ago
Andrew Tridgell fad0b2b233 AP_AHRS: added get_correct_centrifugal() 11 years ago
Randy Mackay a021d0ca31 AHRS: fix compiler warning 11 years ago
Andrew Tridgell 25ef0d5a7b AP_AHRS: don't allow get_velocity_NED() and get_relative_position_NED() without EKF 11 years ago
Randy Mackay 8f6fd86f69 AP_AHRS: make set_correct_centrifugal virtual 11 years ago