APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "AP_NavEKF2.h"
#include "AP_NavEKF2_core.h"
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | earthRate 0.000072921f |
#define | STARTUP_WIND_SPEED 3.0f |
#define | INIT_ACCEL_BIAS_UNCERTAINTY 0.5f |
#define | GYRO_BIAS_LIMIT 0.5f |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define earthRate 0.000072921f |
Definition at line 14 of file AP_NavEKF2_core.cpp.
Referenced by NavEKF2_core::calcEarthRateNED(), and NavEKF3_core::calcEarthRateNED().
#define GYRO_BIAS_LIMIT 0.5f |
Definition at line 24 of file AP_NavEKF2_core.cpp.
Referenced by NavEKF2_core::ConstrainStates().
#define INIT_ACCEL_BIAS_UNCERTAINTY 0.5f |
Definition at line 21 of file AP_NavEKF2_core.cpp.
Referenced by NavEKF2_core::CovarianceInit().
#define STARTUP_WIND_SPEED 3.0f |
Definition at line 18 of file AP_NavEKF2_core.cpp.
const AP_HAL::HAL& hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
Definition at line 14 of file AC_PID_test.cpp.