163 Commits (55e4b6475504d3a5694a9706fa84a0ce8de48e36)

Author SHA1 Message Date
Peter Barker e29dbbf158 AP_AHRS: notify and log home changes 6 years ago
Andrew Tridgell de02cb9c8b AP_AHRS: fixed synthetic airspeed to be along +ve X axis 6 years ago
Andrew Tridgell 9897bf6127 AP_AHRS: support locked access to AHRS data 7 years ago
Andrew Tridgell 5b0b9ef962 AP_AHRS: don't do yaw correction in DCM while calibrating compass 7 years ago
Peter Barker 3cbb88ae20 AP_AHRS: split home-set and home-locked state 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 2732226664 AP_AHRS: use direct assignation and correct some style 7 years ago
khancyr dae636b39e AP_AHRS: correct some constcorrectness 7 years ago
Andrew Tridgell 1f9a3dd1bd AP_AHRS: improved init attitdue in DCM 7 years ago
priseborough fa5534502a AP_AHRS: Update to match AP_GPS interface change 8 years ago
Eugene Shamaev 5c080ce875 AP_AHRS: calculation and reporting of AOA and SSA 8 years ago
Andrew Tridgell a11dca5229 AP_AHRS: added optional skip_ins_update to AHRS::update() 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
Jonathan Challinger a03fa2d3cf AP_AHRS: use exact matrix for trim rotations 8 years ago
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