146 Commits (8eb7a062c7ab76dbb97750488cdc42b18831e9e7)

Author SHA1 Message Date
masierra 8fc494cfcd AP_AHRS_DCM: changed estimate to use prev values for dir & vel 9 years ago
Ricardo de Almeida Gonzaga 2bf9aa94ad AP_AHRS: Fix typos 9 years ago
dgrat 6d3b491c02 AP_Math: Replace is_equal with a type safe template function 9 years ago
dgrat 41661f815f AP_Math: Replace the pythagorous* functions with a variadic template 9 years ago
Caio Marcelo de Oliveira Filho 55e61538b3 AP_AHRS_DCM: use millis/micros/panic functions 9 years ago
Lucas De Marchi da86e29c27 AP_AHRS: remove check for AVR CPUs 9 years ago
Andrew Tridgell 79d85f7e10 AP_AHRS: wait for up to 10 samples to get a valid accel vector 9 years ago
Jonathan Challinger c35605fa04 AP_AHRS_DCM: align tilt during initialization 9 years ago
Gustavo Jose de Sousa 84f811fe76 AP_AHRS: use compass get_{field,offsets}() functions 9 years ago
Andrew Tridgell 06c0ad987e AP_AHRS: fixed divide by zero in SITL 10 years ago
Andrew Tridgell 0677c2c80c AP_AHRS: run astyle for formatting 10 years ago
Staroselskii Georgii 4b948f5bb1 AP_AHRS: make DCM use milligauss 10 years ago
Randy Mackay 7f46cc9059 AHRS_DCM: integrate INS use_accel 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
Andrew Tridgell 9c776736c1 AP_AHRS: use delta_velocity and delta_angle in DCM 10 years ago
Andrew Tridgell 7a76f72bf5 AP_AHRS: added uptime_ms() interface 10 years ago
Andrew Tridgell 3529e02675 AP_AHRS: if we have 3 gyros then only use first two 10 years ago
Peter Barker 463270e0ee AP_AHRS: avoid FPE when we don't have a compass reading 10 years ago
Andrew Tridgell 4d4a607b80 AP_AHRS: revert AP_Math class change 10 years ago
Tom Pittenger 20f47417d5 AP_AHRS: compiler warnings: apply is_zero(float) or is_equal(float) and float to doubles 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
Paul Riseborough 5184bca87f AP_AHRS: Prevent DCM reporting good tilt error when inverted 10 years ago
Paul Riseborough ea8217bd3a AP_AHRS: Reduce time constant on filtering of DCM error reporting 10 years ago
Andrew Tridgell a0969905ce AP_AHRS: make get_error_rp() and get_error_yaw() const 10 years ago
Andrew Tridgell 585a105128 AP_AHRS: use compass->last_update_usec() 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
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
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 63c06ea2af AP_AHRS: fixed calls to DCM in parent class 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
Przemek Lekston ae4814a773 AP_AHRS_DCM.cpp: changed the direction of position projection to ensure correct behavious in crosswind 11 years ago
Andrew Tridgell 6a275372dd AP_AHRS: ensure get_position() fills in flags 11 years ago
Andrew Tridgell b3c1e515dc AP_AHRS: when no accel info available in buffer use current value 11 years ago
Andrew Tridgell 315290029a AP_AHRS: fixed check of accel sensor health 11 years ago
Andrew Tridgell 1a05c27bbb AP_AHRS: added healthy() function 11 years ago
Andrew Tridgell 4d24a86088 AP_AHRS: prevent a infinity value 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
Andrew Tridgell c62ccce9d8 AP_AHRS: make estimate_wind() public 11 years ago