637 Commits (e68ee6f86e65661b21b92388415e8ba6e89ef322)

Author SHA1 Message Date
Andrew Tridgell 2cd6da2539 AHRS: only use GPS for yaw when compass is not being used 13 years ago
Andrew Tridgell adfa97b6f8 AHRS: enable barometer for vertical velocity 13 years ago
rmackay9 faeda3713e AP_AHRS: removed DCM_test example sketch 13 years ago
Andrew Tridgell 3849ca8b5c AHRS: make DCM drift correction not rely on accurate yaw 13 years ago
Andrew Tridgell 1314e4f872 AHRS: make P gain on PI roll/pitch controller tunable 13 years ago
Andrew Tridgell 136c03c3c0 AHRS: include the P terms in get_gyro() 13 years ago
Andrew Tridgell 16c55c64d4 AHRS: don't add the P terms in _omega 13 years ago
Andrew Tridgell 37fc6c46b9 AHRS: disable barometer for vertical acceleration 13 years ago
Andrew Tridgell 58c4d458dc AHRS: re-instate new DCM drift correction code 13 years ago
Andrew Tridgell fd241692d0 AHRS: revert to the old drift correction algorithm 13 years ago
Andrew Tridgell 8e044a560b AHRS: include P term in omega 13 years ago
Andrew Tridgell 37e2f2ee2c AHRS: implement spin rate limits 13 years ago
Andrew Tridgell e4a245179c AHRS: cope with copters with no compass 13 years ago
Andrew Tridgell 3a41ad8e7c AHRS: normalize the ge vector in drift correction, and use barometer 13 years ago
Jonathan Challinger d230690b7b AHRS: brought DCM more inline with Bill's implementation 13 years ago
Andrew Tridgell d4c8041c51 AHRS: first successful version of Bills new drift correction system 13 years ago
Andrew Tridgell 4d08f75292 AHRS: update for new _fly_forward flag 13 years ago
Andrew Tridgell 0f5c22bd8e AHRS: implement Bills new drift correction algorithm 13 years ago
Andrew Tridgell 52d77407d4 AHRS: added GPS support to AHRS test 13 years ago
Andrew Tridgell f274df454a DCM: fixed a bug when using GPS for yaw correction 13 years ago
rmackay9 6e1798b104 AP_AHRS: updated default AHRS_YAW_P to 0.2 (was 0.4) 13 years ago
Adam M Rivera 3309dec205 AP_AHRS_DCM.cpp: Added comments that follow the new parse structure 13 years ago
Andrew Tridgell 2a3af369b6 DCM: buffer omega_I changes over 10 seconds 13 years ago
Andrew Tridgell f27d85cb8d DCM: drop the 'drop z' method 13 years ago
Adam M Rivera b500d9430f AP_AHRS_HIL.h: Fixed HIL build by adding missing public property. 13 years ago
Andrew Tridgell 8e90aeea4e AHRS: added AHRS_YAW_P parameter 13 years ago
rmackay9 c96dfb2108 AP_AHRS - changed parameter order to remove compiler warning 13 years ago
Andrew Tridgell b549b88e5e AHRS: fixed error_yaw reporting with 2 MAVLink connections 13 years ago
Andrew Tridgell f4d1295a4b AHRS: fixed build of AHRS example 13 years ago
Andrew Tridgell 9e6c18cca4 AHRS: added missing AP_AHRS.h 13 years ago
Andrew Tridgell 4f82134a5e DCM: use the new rotate() method from AP_Math 13 years ago
Andrew Tridgell c53b320e00 Quaternion: change signs in AP_AHRS_Quaternion 13 years ago
Andrew Tridgell 79b9be8b1a AHRS: fixup the AHRS test suite for the new framework 13 years ago
Andrew Tridgell f8087d3c67 AHRS: adapt the quaternion library to AHRS 13 years ago
Andrew Tridgell 8dcf82b433 AHRS: adapt the DCM_HIL library to AHRS 13 years ago
Andrew Tridgell d4bb068d5b AHRS: adapt the DCM library to the AHRS framework 13 years ago
Andrew Tridgell 9d75ffeba1 AHRS: rename DCM and Quaternion implementions ready for AHRS class 13 years ago