APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | GPS_SPEED_MIN 3 |
#define | SPIN_RATE_LIMIT 20 |
#define | YAW_INDEPENDENT_DRIFT_CORRECTION 0 |
Variables | |
const AP_HAL::HAL & | hal |
#define GPS_SPEED_MIN 3 |
Definition at line 30 of file AP_AHRS_DCM.cpp.
Referenced by AP_AHRS_DCM::drift_correction(), AP_AHRS_DCM::drift_correction_yaw(), and AP_AHRS_DCM::use_compass().
#define SPIN_RATE_LIMIT 20 |
Definition at line 36 of file AP_AHRS_DCM.cpp.
Referenced by AP_AHRS_DCM::drift_correction(), and AP_AHRS_DCM::drift_correction_yaw().
#define YAW_INDEPENDENT_DRIFT_CORRECTION 0 |
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.