393 Commits (59a44008d7fe5959994d40261e88b90f9328363a)

Author SHA1 Message Date
Randy Mackay 7f46cc9059 AHRS_DCM: integrate INS use_accel 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 7e2e78c1af AP_AHRS: protect against zero deltat in DCM 10 years ago
Randy Mackay 9067abc037 AHRS_NavEKF: fix blended accel to use primary accel 10 years ago
Andrew Tridgell 9c776736c1 AP_AHRS: use delta_velocity and delta_angle in DCM 10 years ago
mirkix d169fea9ec AP_AHRS: Add Linux support for example 10 years ago
Andrew Tridgell edab50ab5a AP_AHRS: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 04ba5fa0bd AP_AHRS: pass EKF into constructor 10 years ago
Andrew Tridgell 00ca493860 AP_AHRS: prevent a floating exception in update_trig 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
Andrew Tridgell 5514a9f690 AP_NavEKF: base EKF decisions on vehicle class 10 years ago
Andrew Tridgell 92daa15ccc AP_AHRS: on plane and rover make AHRS unhealthy when EKF not initialised 10 years ago
Andrew Tridgell 29f0561ce4 AP_AHRS: reject EKF for plane when we have GPS and aren't fusing 10 years ago
Paul Riseborough c2ac80cc63 AP_AHRS: Prevent copter from switching to DCM unless EKF has severe errors 10 years ago
Andrew Tridgell 3529e02675 AP_AHRS: if we have 3 gyros then only use first two 10 years ago
Randy Mackay 3390d9932e AP_AHRS: fix example sketch 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 e597575747 AP_AHRS: fix for HAL_SITL rename 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 7f1749dc1c AP_AHRS: Allow EKF to pull data from range finder object 10 years ago
Paul Riseborough 405862bd8f AP_AHRS: Reduce time delay for EKF initialisation 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
Randy Mackay 6e30093924 AP_AHRS: correct sanity checks on update_trig 10 years ago
Jonathan Challinger 6a6ccb4f32 AP_AHRS: add sanity checks 10 years ago
Randy Mackay c6f71ea2e0 AHRS: make get_error_rp and get_error_yaw const 10 years ago
Andrew Tridgell a0969905ce AP_AHRS: make get_error_rp() and get_error_yaw() const 10 years ago
Andrew Tridgell d7249cc1e6 AP_AHRS: only use EKF for plane and rover if all data available 10 years ago
Paul Riseborough ff9917d338 AP_AHRS: Fix bug preventing EKF from initialising 10 years ago
Jonathan Challinger dc5bdd5ad8 AP_AHRS: use filtered INS output to compute _accel_ef_blended 10 years ago
Paul Riseborough d44cf14178 AP_AHRS : Publish EKF learned compass offsets 10 years ago
Andrew Tridgell 8ba043e593 AP_AHRS: fixed EKF startup bug 10 years ago
Randy Mackay 98efcd5f03 AHRS: always use EKF for copter 10 years ago
Randy Mackay 7f25938834 AHRS: fix example sketch 10 years ago
Jonathan Challinger f92c711d14 AP_AHRS: define AP_AHRS_TYPE to be the type of AHRS in use 10 years ago
Andrew Tridgell 585a105128 AP_AHRS: use compass->last_update_usec() 10 years ago
Andrew Tridgell b488d6de00 AP_AHRS: fix for new compass API 10 years ago
Andrew Tridgell 031c81beee AP_AHRS: removed call to 1D accel cal 10 years ago
Andrew Tridgell 6781a8d329 AP_AHRS: fixed get_position for EKF to use correct relative altitude 10 years ago
Jonathan Challinger 180c85817d AP_AHRS: remove armed state, use hal.util soft_armed state 10 years ago
mirkix 49d81a9c99 AP_AHRS: fix apm1 oilpan support 10 years ago
Randy Mackay b66a1135d9 AHRS: fix example sketch compile error 10 years ago
Andrew Tridgell ee9c778834 AP_AHRS: added a get_NavEKF_const() function 10 years ago
Andrew Tridgell 68f64fa11c AP_AHRS: make the healthy() method const 10 years ago
Randy Mackay d8664d15d6 AHRS: fix example sketch 10 years ago