APM:Libraries
|
#include <AP_HAL/AP_HAL.h>
#include "SoloGimbalEKF.h"
#include <AP_Param/AP_Param.h>
#include <AP_Vehicle/AP_Vehicle.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | GYRO_BIAS_LIMIT 0.349066f |
Variables | |
const AP_HAL::HAL & | hal |
-*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- More... | |
#define GYRO_BIAS_LIMIT 0.349066f |
Definition at line 28 of file SoloGimbalEKF.cpp.
Referenced by NavEKF3_core::ConstrainStates(), and SoloGimbalEKF::predictStates().
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.