ardupilot/libraries/AP_AHRS
Andrew Tridgell 562069cbd7 AHRS: avoid a compiler bug in quaternion code
Having _wind in the AP_AHRS class causes a register allocation error
when building the Quaternion code with some versions of avr-gcc. Quite
bizarre.
2012-08-13 11:08:10 +10:00
..
examples/AHRS_Test AP_AHRS: updated test sketch to allow use of MPU6000's DMP 2012-07-28 14:27:26 +09:00
AP_AHRS.h AHRS: avoid a compiler bug in quaternion code 2012-08-13 11:08:10 +10:00
AP_AHRS_DCM.cpp AHRS: use airspeed for wind in forward flight 2012-08-12 10:54:25 +10:00
AP_AHRS_DCM.h AHRS: avoid a compiler bug in quaternion code 2012-08-13 11:08:10 +10:00
AP_AHRS_HIL.cpp AHRS: adapt the DCM_HIL library to AHRS 2012-03-19 17:29:02 +11:00
AP_AHRS_HIL.h ACM: fixed HIL build 2012-08-11 08:34:16 +10:00
AP_AHRS_MPU6000.cpp AP_Param: update AHRS for new constructor syntax 2012-08-08 12:11:57 +10:00
AP_AHRS_MPU6000.h AP_Param: update AHRS for new constructor syntax 2012-08-08 12:11:57 +10:00
AP_AHRS_Quaternion.cpp AHRS: normalize the ge vector in drift correction, and use barometer 2012-06-27 16:01:50 +10:00
AP_AHRS_Quaternion.h AHRS: fixed error_yaw reporting with 2 MAVLink connections 2012-03-29 12:39:53 +11:00