ardupilot/libraries/AP_AHRS
priseborough 5532750a99 AP_AHRS: Add public method to inhibit GPS useage when using EKF
This provides the calling vehicle software the abiity to request the EKF to not use GPS.
An integer is returned that indicates the type of operation available:
0 = request rejected (request will only be accepted if the EKF is in static mode, eg pre-armed)
1 = request accepted, attitude, vertical velocity and position estimates available
2 = request accepted, attitude, height rate, height, horizontal velocity and relative position estimates available
2014-12-06 18:16:49 +11:00
..
examples/AHRS_Test AP_AHRS: fixed example build on APM2 2014-11-28 17:59:18 +11:00
AP_AHRS.cpp AHRS: default EKF on for copter 2014-12-01 17:29:39 +09:00
AP_AHRS.h AP_AHRS: Add get_accel_ef_blended function 2014-12-05 19:40:04 +09:00
AP_AHRS_DCM.cpp AP_AHRS_DCM: update _accel_ef_blended 2014-12-05 19:40:06 +09:00
AP_AHRS_DCM.h AP_AHRS_DCM: compile error fix for low speed CPUs 2014-12-05 19:43:05 +09:00
AP_AHRS_NavEKF.cpp AP_AHRS: Add public method to inhibit GPS useage when using EKF 2014-12-06 18:16:49 +11:00
AP_AHRS_NavEKF.h AP_AHRS: Add public method to inhibit GPS useage when using EKF 2014-12-06 18:16:49 +11:00