101 Commits (75333dcd2f68fae17657aaed4c7beb31f32efa1d)

Author SHA1 Message Date
Randy Mackay 1d97416a51 AP_AHRS: replace prearm_healthy with pre_arm_check 4 years ago
Harshit Kumar Sankhla b5b3298f0a AP_AHRS: get airspeed estimate from non-primary instances too 5 years ago
Peter Barker 4e12f16608 AP_AHRS: provide accessor for synthetic airspeed 5 years ago
Randy Mackay b0b78e974b AP_AHRS: add get_quaternion 5 years ago
Peter Hall f6897632f8 AP_AHRS: move to airspeed_estimate with pointer 5 years ago
Andrew Tridgell 74e56ab8cc AP_AHRS: use new persistent_data interface 6 years ago
Andrew Tridgell f7026b854e AP_AHRS: added save/restore of attitude in backup registers 6 years ago
Andrew Tridgell b8605c9ee6 AP_AHRS: save/restore home to backup registers 6 years ago
Andrew Tridgell 2ffded4dd7 AP_AHRS: implement get_velocity_NED() for DCM 6 years ago
Michael du Breuil 2ed1757353 AP_AHRS: Remove unused uptime 6 years ago
Randy Mackay b202270d1a AP_AHRS: minor format fixes 6 years ago
Peter Barker 2e403bfd52 AP_AHRS: make setting of home boolean in preparation for sanity checks 6 years ago
Andrew Tridgell 1056e64419 AP_AHRS: added get_DCM_rotation_body_to_ned() 7 years ago
Peter Barker 355752ebb8 AP_AHRS: remove pointless initialisations 7 years ago
Peter Barker 1dabcc473d AP_AHRS: use ins singleton 7 years ago
Peter Barker 024b29858d AP_AHRS: use baro singleton 7 years ago
Peter Barker e15442355a AP_AHRS: use GPS singleton 7 years ago
khancyr d89d496c8f AP_AHRS: make getter const 7 years ago
Andrew Tridgell 0ccaa5bcba AP_AHRS: removed create() method for objects 7 years ago
Lucas De Marchi cd1ff7b86f AP_AHRS: DCM: add static create method 7 years ago
Andrew Tridgell a11dca5229 AP_AHRS: added optional skip_ins_update to AHRS::update() 8 years ago
Peter Barker e744460ff5 AP_AHRS: mark many functions as override 8 years ago
Peter Barker 4ed7fb154f AP_AHRS: supply missing get_relative_position_D_home 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Lucas De Marchi e0153faa85 AP_AHRS: replace header guard with pragma once 9 years ago
Jonathan Challinger 6682b27456 AP_AHRS: rename get_dcm_matrix to get_rotation_body_to_ned 9 years ago
Lucas De Marchi da86e29c27 AP_AHRS: remove check for AVR CPUs 9 years ago
Andrew Tridgell 0677c2c80c AP_AHRS: run astyle for formatting 10 years ago
Andrew Tridgell 7a76f72bf5 AP_AHRS: added uptime_ms() interface 10 years ago
Andrew Tridgell 6bfca648b9 AP_AHRS: raise DCM P gains when disarmed for first 20 seconds 10 years ago
Tom Pittenger e28c555889 AHRS_DCM: fix compile warnings re float constants 10 years ago
Andrew Tridgell a0969905ce AP_AHRS: make get_error_rp() and get_error_yaw() const 10 years ago
Andrew Tridgell 68f64fa11c AP_AHRS: make the healthy() method const 10 years ago
Randy Mackay 4452aa8448 AP_AHRS_DCM: compile error fix for low speed CPUs 10 years ago
Jonathan Challinger 4975cefd84 AP_AHRS_DCM: update _accel_ef_blended 10 years ago
Randy Mackay dffcfb42bc AHRS: add reset_gyro_drift method 10 years ago
Andrew Tridgell 270bac4472 AP_AHRS: make get_position() const 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 a6de3283b6 AHRS_DCM: init members to resolve compiler warnings 11 years ago
Andrew Tridgell 28fedba4d8 AP_AHRS: fixed gyro_bias sign, and pre-calculate gyro_estimate for EKF 11 years ago
Jonathan Challinger 61987f6655 AP_AHRS: Fixed DCM get_gyro function 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
Andrew Tridgell b53496d470 AP_AHRS: choose the best accelerometer at each drift correction step 11 years ago
Andrew Tridgell 0b45d2bc06 AP_AHRS: removed the AHRS_GPS_DELAY parameter 11 years ago
Jonathan Challinger f321a5f241 AP_AHRS: Change airspeed_estimate to const in children of AP_AHRS 11 years ago
Andrew Tridgell eedd88c2ec AP_AHRS: give zero lat/lng and baro alt if no position yet in DCM 11 years ago
Andrew Tridgell 25ef0d5a7b AP_AHRS: don't allow get_velocity_NED() and get_relative_position_NED() without EKF 11 years ago