ardupilot/libraries/AP_AHRS
Andrew Tridgell 6d28b3519f AHRS: removed AP_AHRS_Quaternion
this AHRS backend is causing compiler errors with the Arduino build
environment on windows. The quaternion AHRS backend is currently not
being developed/supported anyway. We can resurrect it if someone wants
to start developing it again.
2012-08-22 10:41:31 +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.cpp AHRS: moved var_info[] into top level AP_AHRS class 2012-08-21 15:58:09 +10:00
AP_AHRS.h AHRS: removed AP_AHRS_Quaternion 2012-08-22 10:41:31 +10:00
AP_AHRS_DCM.cpp AHRS: moved var_info[] into top level AP_AHRS class 2012-08-21 15:58:09 +10:00
AP_AHRS_DCM.h AHRS: fixed duplicate gps_use variable in DCM 2012-08-21 20:17:03 +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 AHRS: moved var_info[] into top level AP_AHRS class 2012-08-21 15:58:09 +10:00
AP_AHRS_MPU6000.cpp AHRS: moved var_info[] into top level AP_AHRS class 2012-08-21 15:58:09 +10:00
AP_AHRS_MPU6000.h AHRS: moved var_info[] into top level AP_AHRS class 2012-08-21 15:58:09 +10:00