ardupilot/libraries/AP_AHRS
Lucas De Marchi ae53920e5b build: don't build examples with old build system
We currently check examples are buildable with waf which doesn't need
the libraries to be specified in a make.inc file.  Having the makefiles
there is misleading since people try to build and realize the build is
broken.
2016-10-11 13:03:08 +11:00
..
examples/AHRS_Test build: don't build examples with old build system 2016-10-11 13:03:08 +11:00
AP_AHRS.cpp AP_AHRS: enable EKF2 by default in AHRS 2016-01-05 16:42:01 +11:00
AP_AHRS.h AP_AHRS: add the get_variances method found in AP_AHRS_NavEKF to AP_AHRS 2016-09-27 09:20:32 -07:00
AP_AHRS_DCM.cpp AP_AHRS_DCM: changed estimate to use prev values for dir & vel 2016-06-06 15:26:51 -07:00
AP_AHRS_DCM.h AP_AHRS: replace header guard with pragma once 2016-03-16 18:40:40 +11:00
AP_AHRS_NavEKF.cpp AP_AHRS: added get_primary_accel_index() and get_primary_gyro_index() 2016-09-05 12:56:36 +10:00
AP_AHRS_NavEKF.h AP_AHRS: add the get_variances method found in AP_AHRS_NavEKF to AP_AHRS 2016-09-27 09:20:32 -07:00