APM:Libraries
|
#include <AP_NavEKF3.h>
Public Member Functions | |
NavEKF3 (const AP_AHRS *ahrs, const RangeFinder &rng) | |
NavEKF3 (const NavEKF3 &other)=delete | |
NavEKF3 & | operator= (const NavEKF3 &)=delete |
uint8_t | activeCores (void) const |
bool | InitialiseFilter (void) |
void | UpdateFilter (void) |
void | check_log_write (void) |
bool | healthy (void) const |
int8_t | getPrimaryCoreIndex (void) const |
int8_t | getPrimaryCoreIMUIndex (void) const |
bool | getPosNE (int8_t instance, Vector2f &posNE) const |
bool | getPosD (int8_t instance, float &posD) const |
void | getVelNED (int8_t instance, Vector3f &vel) const |
float | getPosDownDerivative (int8_t instance) const |
void | getAccelNED (Vector3f &accelNED) const |
void | getGyroBias (int8_t instance, Vector3f &gyroBias) const |
void | getAccelBias (int8_t instance, Vector3f &accelBias) const |
void | getTiltError (int8_t instance, float &ang) const |
void | resetGyroBias (void) |
bool | resetHeightDatum (void) |
uint8_t | setInhibitGPS (void) |
void | setInhibitGpsVertVelUse (const bool varIn) |
void | getEkfControlLimits (float &ekfGndSpdLimit, float &ekfNavVelGainScaler) const |
void | getWind (int8_t instance, Vector3f &wind) const |
void | getMagNED (int8_t instance, Vector3f &magNED) const |
void | getMagXYZ (int8_t instance, Vector3f &magXYZ) const |
uint8_t | getActiveMag (int8_t instance) const |
bool | getMagOffsets (uint8_t mag_idx, Vector3f &magOffsets) const |
bool | getLLH (struct Location &loc) const |
bool | getOriginLLH (int8_t instance, struct Location &loc) const |
bool | setOriginLLH (const Location &loc) |
bool | getHAGL (float &HAGL) const |
void | getEulerAngles (int8_t instance, Vector3f &eulers) const |
void | getRotationBodyToNED (Matrix3f &mat) const |
void | getQuaternion (int8_t instance, Quaternion &quat) const |
void | getInnovations (int8_t index, Vector3f &velInnov, Vector3f &posInnov, Vector3f &magInnov, float &tasInnov, float &yawInnov) const |
void | getOutputTrackingError (int8_t instance, Vector3f &error) const |
void | getVariances (int8_t instance, float &velVar, float &posVar, float &hgtVar, Vector3f &magVar, float &tasVar, Vector2f &offset) const |
void | getStateVariances (int8_t instance, float stateVar[24]) const |
bool | use_compass (void) const |
void | writeOptFlowMeas (uint8_t &rawFlowQuality, Vector2f &rawFlowRates, Vector2f &rawGyroRates, uint32_t &msecFlowMeas, const Vector3f &posOffset) |
void | writeBodyFrameOdom (float quality, const Vector3f &delPos, const Vector3f &delAng, float delTime, uint32_t timeStamp_ms, const Vector3f &posOffset) |
void | writeWheelOdom (float delAng, float delTime, uint32_t timeStamp_ms, const Vector3f &posOffset, float radius) |
uint32_t | getBodyFrameOdomDebug (int8_t instance, Vector3f &velInnov, Vector3f &velInnovVar) const |
void | getFlowDebug (int8_t instance, float &varFlow, float &gndOffset, float &flowInnovX, float &flowInnovY, float &auxInnov, float &HAGL, float &rngInnov, float &range, float &gndOffsetErr) const |
bool | getRangeBeaconDebug (int8_t instance, uint8_t &ID, float &rng, float &innov, float &innovVar, float &testRatio, Vector3f &beaconPosNED, float &offsetHigh, float &offsetLow, Vector3f &posNED) const |
void | setTakeoffExpected (bool val) |
void | setTouchdownExpected (bool val) |
void | setTerrainHgtStable (bool val) |
void | getFilterFaults (int8_t instance, uint16_t &faults) const |
void | getFilterTimeouts (int8_t instance, uint8_t &timeouts) const |
void | getFilterGpsStatus (int8_t instance, nav_gps_status &faults) const |
void | getFilterStatus (int8_t instance, nav_filter_status &status) const |
void | send_status_report (mavlink_channel_t chan) |
bool | getHeightControlLimit (float &height) const |
uint32_t | getLastYawResetAngle (float &yawAngDelta) |
uint32_t | getLastPosNorthEastReset (Vector2f &posDelta) |
uint32_t | getLastVelNorthEastReset (Vector2f &vel) const |
uint32_t | getLastPosDownReset (float &posDelta) |
const char * | prearm_failure_reason (void) const |
void | set_baro_alt_noise (float noise) |
void | set_enable (bool enable) |
bool | have_ekf_logging (void) const |
void | getTimingStatistics (int8_t instance, struct ekf_timing &timing) const |
Static Public Attributes | |
static const struct AP_Param::GroupInfo | var_info [] |
Private Member Functions | |
void | updateLaneSwitchYawResetData (uint8_t new_primary, uint8_t old_primary) |
void | updateLaneSwitchPosResetData (uint8_t new_primary, uint8_t old_primary) |
void | updateLaneSwitchPosDownResetData (uint8_t new_primary, uint8_t old_primary) |
Friends | |
class | NavEKF3_core |
Definition at line 34 of file AP_NavEKF3.h.
NavEKF3::NavEKF3 | ( | const AP_AHRS * | ahrs, |
const RangeFinder & | rng | ||
) |
|
delete |
|
inline |
Definition at line 47 of file AP_NavEKF3.h.
Referenced by DataFlash_Class::Log_Write_POS().
void NavEKF3::check_log_write | ( | void | ) |
Definition at line 592 of file AP_NavEKF3.cpp.
Referenced by activeCores(), InitialiseFilter(), and UpdateFilter().
void NavEKF3::getAccelBias | ( | int8_t | instance, |
Vector3f & | accelBias | ||
) | const |
Definition at line 878 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::getCorrectedDeltaVelocityNED(), DataFlash_Class::Log_Write_POS(), and AP_AHRS_NavEKF::update_EKF3().
void NavEKF3::getAccelNED | ( | Vector3f & | accelNED | ) | const |
Definition at line 861 of file AP_NavEKF3.cpp.
Referenced by activeCores().
uint8_t NavEKF3::getActiveMag | ( | int8_t | instance | ) | const |
Definition at line 974 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
uint32_t NavEKF3::getBodyFrameOdomDebug | ( | int8_t | instance, |
Vector3f & | velInnov, | ||
Vector3f & | velInnovVar | ||
) | const |
Definition at line 1185 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getEkfControlLimits | ( | float & | ekfGndSpdLimit, |
float & | ekfNavVelGainScaler | ||
) | const |
Definition at line 939 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::getEkfControlLimits(), and setInhibitGpsVertVelUse().
void NavEKF3::getEulerAngles | ( | int8_t | instance, |
Vector3f & | eulers | ||
) | const |
Definition at line 1051 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::update_EKF3().
void NavEKF3::getFilterFaults | ( | int8_t | instance, |
uint16_t & | faults | ||
) | const |
Definition at line 1257 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::active_EKF_type(), DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getFilterGpsStatus | ( | int8_t | instance, |
nav_gps_status & | faults | ||
) | const |
Definition at line 1304 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getFilterStatus | ( | int8_t | instance, |
nav_filter_status & | status | ||
) | const |
Definition at line 1291 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::active_EKF_type(), AP_AHRS_NavEKF::get_filter_status(), DataFlash_Class::Log_Write_POS(), setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::update_EKF3().
void NavEKF3::getFilterTimeouts | ( | int8_t | instance, |
uint8_t & | timeouts | ||
) | const |
Definition at line 1278 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getFlowDebug | ( | int8_t | instance, |
float & | varFlow, | ||
float & | gndOffset, | ||
float & | flowInnovX, | ||
float & | flowInnovY, | ||
float & | auxInnov, | ||
float & | HAGL, | ||
float & | rngInnov, | ||
float & | range, | ||
float & | gndOffsetErr | ||
) | const |
Definition at line 1139 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getGyroBias | ( | int8_t | instance, |
Vector3f & | gyroBias | ||
) | const |
Definition at line 869 of file AP_NavEKF3.cpp.
Referenced by activeCores(), DataFlash_Class::Log_Write_POS(), and AP_AHRS_NavEKF::update_EKF3().
bool NavEKF3::getHAGL | ( | float & | HAGL | ) | const |
Definition at line 1042 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_hagl(), and setInhibitGpsVertVelUse().
bool NavEKF3::getHeightControlLimit | ( | float & | height | ) | const |
Definition at line 1325 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_hgt_ctrl_limit(), and setInhibitGpsVertVelUse().
void NavEKF3::getInnovations | ( | int8_t | index, |
Vector3f & | velInnov, | ||
Vector3f & | posInnov, | ||
Vector3f & | magInnov, | ||
float & | tasInnov, | ||
float & | yawInnov | ||
) | const |
Definition at line 1077 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
uint32_t NavEKF3::getLastPosDownReset | ( | float & | posDelta | ) |
Definition at line 1431 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::getLastPosDownReset(), setInhibitGpsVertVelUse(), and updateLaneSwitchPosDownResetData().
uint32_t NavEKF3::getLastPosNorthEastReset | ( | Vector2f & | posDelta | ) |
Definition at line 1374 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::getLastPosNorthEastReset(), setInhibitGpsVertVelUse(), and updateLaneSwitchPosResetData().
uint32_t NavEKF3::getLastVelNorthEastReset | ( | Vector2f & | vel | ) | const |
Definition at line 1411 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::getLastVelNorthEastReset(), and setInhibitGpsVertVelUse().
uint32_t NavEKF3::getLastYawResetAngle | ( | float & | yawAngDelta | ) |
Definition at line 1336 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::getLastYawResetAngle(), setInhibitGpsVertVelUse(), and updateLaneSwitchYawResetData().
bool NavEKF3::getLLH | ( | struct Location & | loc | ) | const |
Definition at line 1007 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_location(), AP_AHRS_NavEKF::get_position(), and setInhibitGpsVertVelUse().
void NavEKF3::getMagNED | ( | int8_t | instance, |
Vector3f & | magNED | ||
) | const |
Definition at line 956 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_mag_field_NED(), DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
bool NavEKF3::getMagOffsets | ( | uint8_t | mag_idx, |
Vector3f & | magOffsets | ||
) | const |
Definition at line 986 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::getMagOffsets(), and setInhibitGpsVertVelUse().
void NavEKF3::getMagXYZ | ( | int8_t | instance, |
Vector3f & | magXYZ | ||
) | const |
Definition at line 965 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_mag_field_correction(), DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
bool NavEKF3::getOriginLLH | ( | int8_t | instance, |
struct Location & | loc | ||
) | const |
Definition at line 1019 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_origin(), AP_AHRS_NavEKF::get_position(), DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getOutputTrackingError | ( | int8_t | instance, |
Vector3f & | error | ||
) | const |
Definition at line 1086 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
bool NavEKF3::getPosD | ( | int8_t | instance, |
float & | posD | ||
) | const |
Definition at line 831 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::get_position(), AP_AHRS_NavEKF::get_relative_position_D_origin(), AP_AHRS_NavEKF::get_relative_position_NED_origin(), and DataFlash_Class::Log_Write_POS().
float NavEKF3::getPosDownDerivative | ( | int8_t | instance | ) | const |
Definition at line 850 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::get_vert_pos_rate(), and DataFlash_Class::Log_Write_POS().
bool NavEKF3::getPosNE | ( | int8_t | instance, |
Vector2f & | posNE | ||
) | const |
Definition at line 819 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::get_relative_position_NE_origin(), AP_AHRS_NavEKF::get_relative_position_NED_origin(), and DataFlash_Class::Log_Write_POS().
int8_t NavEKF3::getPrimaryCoreIMUIndex | ( | void | ) | const |
Definition at line 808 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::get_primary_IMU_index(), AP_AHRS_NavEKF::getCorrectedDeltaVelocityNED(), and AP_AHRS_NavEKF::update_EKF3().
int8_t NavEKF3::getPrimaryCoreIndex | ( | void | ) | const |
Definition at line 798 of file AP_NavEKF3.cpp.
Referenced by activeCores(), and DataFlash_Class::Log_Write_POS().
void NavEKF3::getQuaternion | ( | int8_t | instance, |
Quaternion & | quat | ||
) | const |
Definition at line 1068 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
bool NavEKF3::getRangeBeaconDebug | ( | int8_t | instance, |
uint8_t & | ID, | ||
float & | rng, | ||
float & | innov, | ||
float & | innovVar, | ||
float & | testRatio, | ||
Vector3f & | beaconPosNED, | ||
float & | offsetHigh, | ||
float & | offsetLow, | ||
Vector3f & | posNED | ||
) | const |
Definition at line 1200 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getRotationBodyToNED | ( | Matrix3f & | mat | ) | const |
Definition at line 1060 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::update_EKF3().
void NavEKF3::getStateVariances | ( | int8_t | instance, |
float | stateVar[24] | ||
) | const |
Definition at line 1104 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getTiltError | ( | int8_t | instance, |
float & | ang | ||
) | const |
Definition at line 887 of file AP_NavEKF3.cpp.
Referenced by activeCores(), and DataFlash_Class::Log_Write_POS().
void NavEKF3::getTimingStatistics | ( | int8_t | instance, |
struct ekf_timing & | timing | ||
) | const |
Definition at line 1547 of file AP_NavEKF3.cpp.
Referenced by have_ekf_logging(), and DataFlash_Class::Log_Write_POS().
void NavEKF3::getVariances | ( | int8_t | instance, |
float & | velVar, | ||
float & | posVar, | ||
float & | hgtVar, | ||
Vector3f & | magVar, | ||
float & | tasVar, | ||
Vector2f & | offset | ||
) | const |
Definition at line 1095 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::get_variances(), DataFlash_Class::Log_Write_POS(), and setInhibitGpsVertVelUse().
void NavEKF3::getVelNED | ( | int8_t | instance, |
Vector3f & | vel | ||
) | const |
Definition at line 841 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::get_velocity_NED(), AP_AHRS_NavEKF::groundspeed_vector(), and DataFlash_Class::Log_Write_POS().
void NavEKF3::getWind | ( | int8_t | instance, |
Vector3f & | wind | ||
) | const |
Definition at line 947 of file AP_NavEKF3.cpp.
Referenced by DataFlash_Class::Log_Write_POS(), setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::wind_estimate().
|
inline |
Definition at line 352 of file AP_NavEKF3.h.
Referenced by check_log_write(), and AP_AHRS_NavEKF::have_ekf_logging().
bool NavEKF3::healthy | ( | void | ) | const |
Definition at line 788 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::active_EKF_type(), activeCores(), AP_AHRS_NavEKF::healthy(), and UpdateFilter().
bool NavEKF3::InitialiseFilter | ( | void | ) |
Definition at line 620 of file AP_NavEKF3.cpp.
Referenced by activeCores(), AP_AHRS_NavEKF::reset(), AP_AHRS_NavEKF::reset_attitude(), and AP_AHRS_NavEKF::update_EKF3().
const char * NavEKF3::prearm_failure_reason | ( | void | ) | const |
Definition at line 1420 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::prearm_failure_reason(), and setInhibitGpsVertVelUse().
void NavEKF3::resetGyroBias | ( | void | ) |
Definition at line 896 of file AP_NavEKF3.cpp.
Referenced by activeCores(), and AP_AHRS_NavEKF::reset_gyro_drift().
bool NavEKF3::resetHeightDatum | ( | void | ) |
Definition at line 910 of file AP_NavEKF3.cpp.
Referenced by activeCores(), and AP_AHRS_NavEKF::resetHeightDatum().
void NavEKF3::send_status_report | ( | mavlink_channel_t | chan | ) |
Definition at line 1315 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::send_ekf_status_report(), and setInhibitGpsVertVelUse().
|
inline |
Definition at line 346 of file AP_NavEKF3.h.
|
inline |
Definition at line 349 of file AP_NavEKF3.h.
uint8_t NavEKF3::setInhibitGPS | ( | void | ) |
Definition at line 929 of file AP_NavEKF3.cpp.
Referenced by activeCores(), and AP_AHRS_NavEKF::setInhibitGPS().
|
inline |
bool NavEKF3::setOriginLLH | ( | const Location & | loc | ) |
Definition at line 1032 of file AP_NavEKF3.cpp.
Referenced by AP_AHRS_NavEKF::set_origin(), and setInhibitGpsVertVelUse().
void NavEKF3::setTakeoffExpected | ( | bool | val | ) |
Definition at line 1213 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::setTakeoffExpected().
void NavEKF3::setTerrainHgtStable | ( | bool | val | ) |
Definition at line 1236 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse().
void NavEKF3::setTouchdownExpected | ( | bool | val | ) |
Definition at line 1224 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::setTouchdownExpected().
void NavEKF3::UpdateFilter | ( | void | ) |
Definition at line 720 of file AP_NavEKF3.cpp.
Referenced by activeCores(), and AP_AHRS_NavEKF::update_EKF3().
|
private |
Definition at line 1520 of file AP_NavEKF3.cpp.
Referenced by UpdateFilter().
|
private |
Definition at line 1493 of file AP_NavEKF3.cpp.
Referenced by UpdateFilter().
|
private |
Definition at line 1467 of file AP_NavEKF3.cpp.
Referenced by UpdateFilter().
bool NavEKF3::use_compass | ( | void | ) | const |
Definition at line 1114 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::use_compass().
void NavEKF3::writeBodyFrameOdom | ( | float | quality, |
const Vector3f & | delPos, | ||
const Vector3f & | delAng, | ||
float | delTime, | ||
uint32_t | timeStamp_ms, | ||
const Vector3f & | posOffset | ||
) |
Definition at line 1158 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse(), AP_AHRS_NavEKF::update_SITL(), and AP_AHRS_NavEKF::writeBodyFrameOdom().
void NavEKF3::writeOptFlowMeas | ( | uint8_t & | rawFlowQuality, |
Vector2f & | rawFlowRates, | ||
Vector2f & | rawGyroRates, | ||
uint32_t & | msecFlowMeas, | ||
const Vector3f & | posOffset | ||
) |
Definition at line 1129 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse(), and AP_AHRS_NavEKF::writeOptFlowMeas().
void NavEKF3::writeWheelOdom | ( | float | delAng, |
float | delTime, | ||
uint32_t | timeStamp_ms, | ||
const Vector3f & | posOffset, | ||
float | radius | ||
) |
Definition at line 1175 of file AP_NavEKF3.cpp.
Referenced by setInhibitGpsVertVelUse().
|
friend |
Definition at line 35 of file AP_NavEKF3.h.
Referenced by InitialiseFilter().
|
private |
Definition at line 413 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::ConstrainStates(), NavEKF3_core::CovarianceInit(), and NavEKF3_core::setWindMagStateLearningMode().
|
private |
Definition at line 382 of file AP_NavEKF3.h.
|
private |
Definition at line 380 of file AP_NavEKF3.h.
|
private |
Definition at line 361 of file AP_NavEKF3.h.
Referenced by check_log_write(), and NavEKF3_core::setup_core().
|
private |
Definition at line 397 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED(), NavEKF3_core::getHeightControlLimit(), NavEKF3_core::selectHeightForFusion(), and NavEKF3_core::updateFilterStatus().
|
private |
Definition at line 372 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::CovarianceInit(), NavEKF3_core::selectHeightForFusion(), and set_baro_alt_noise().
|
private |
Definition at line 374 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseAirspeed(), and NavEKF3_core::setWindMagStateLearningMode().
|
private |
Definition at line 368 of file AP_NavEKF3.h.
Referenced by InitialiseFilter(), and set_enable().
|
private |
Definition at line 394 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::setup_core(), and NavEKF3_core::writeOptFlowMeas().
|
private |
Definition at line 393 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::EstimateTerrainOffset(), and NavEKF3_core::FuseOptFlow().
|
private |
Definition at line 392 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::SelectFlowFusion().
|
private |
Definition at line 365 of file AP_NavEKF3.h.
Referenced by InitialiseFilter(), and UpdateFilter().
|
private |
Definition at line 364 of file AP_NavEKF3.h.
Referenced by InitialiseFilter(), and UpdateFilter().
|
private |
Definition at line 384 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::calcGpsGoodToAlign(), NavEKF3_core::FuseVelPosNED(), NavEKF3_core::getHeightControlLimit(), NavEKF3_core::readGpsData(), NavEKF3_core::readyToUseGPS(), NavEKF3_core::ResetHeight(), NavEKF3_core::SelectVelPosFusion(), NavEKF3_core::setup_core(), and NavEKF3_core::updateFilterStatus().
|
private |
Definition at line 399 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::calcGpsGoodToAlign().
|
private |
Definition at line 401 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::calcGpsGoodToAlign().
|
private |
Definition at line 391 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 371 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::CovarianceInit(), NavEKF3_core::FuseVelPosNED(), NavEKF3_core::ResetPosition(), and NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 369 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::CovarianceInit(), NavEKF3_core::FuseVelPosNED(), and NavEKF3_core::ResetVelocity().
|
private |
Definition at line 386 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 385 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 370 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::CovarianceInit(), NavEKF3_core::FuseVelPosNED(), and NavEKF3_core::ResetHeight().
|
private |
Definition at line 379 of file AP_NavEKF3.h.
|
private |
Definition at line 381 of file AP_NavEKF3.h.
|
private |
Definition at line 383 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readBaroData(), and NavEKF3_core::setup_core().
|
private |
Definition at line 387 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 400 of file AP_NavEKF3.h.
Referenced by InitialiseFilter().
|
private |
Definition at line 403 of file AP_NavEKF3.h.
Referenced by check_log_write(), and have_ekf_logging().
|
private |
Definition at line 378 of file AP_NavEKF3.h.
|
private |
Definition at line 390 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::effective_magCal().
|
private |
Definition at line 377 of file AP_NavEKF3.h.
|
private |
Definition at line 388 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseMagnetometer().
|
private |
Definition at line 414 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::effective_magCal().
|
private |
Definition at line 373 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::calcQuatAndFieldStates(), NavEKF3_core::FuseMagnetometer(), and NavEKF3_core::setWindMagStateLearningMode().
|
private |
Definition at line 396 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::EstimateTerrainOffset(), NavEKF3_core::FuseOptFlow(), and NavEKF3_core::getEkfControlLimits().
|
private |
Definition at line 402 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 415 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::getOriginLLH(), NavEKF3_core::getPosD(), and NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 362 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::getHeightControlLimit(), NavEKF3_core::readRangeFinder(), and NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 411 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readRngBcnData(), and NavEKF3_core::setup_core().
|
private |
Definition at line 410 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseRngBcn(), and NavEKF3_core::FuseRngBcnStatic().
|
private |
Definition at line 409 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readRngBcnData().
|
private |
Definition at line 395 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::EstimateTerrainOffset().
|
private |
Definition at line 398 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::EstimateTerrainOffset(), and NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 389 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseAirspeed().
|
private |
Definition at line 406 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::calcOutputStates().
|
private |
Definition at line 408 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 407 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion(), and NavEKF3_core::send_status_report().
|
private |
Definition at line 412 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 416 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::writeBodyFrameOdom().
|
private |
Definition at line 417 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::writeBodyFrameOdom().
|
private |
Definition at line 418 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::SelectBodyOdomFusion().
|
private |
Definition at line 375 of file AP_NavEKF3.h.
|
private |
Definition at line 376 of file AP_NavEKF3.h.
|
private |
Definition at line 405 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::fuseEulerYaw().
|
private |
Definition at line 404 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::controlMagYawReset(), and NavEKF3_core::fuseEulerYaw().
|
private |
Definition at line 437 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::SelectBetaFusion().
|
private |
Definition at line 360 of file AP_NavEKF3.h.
Referenced by getAccelBias(), getAccelNED(), getActiveMag(), getBodyFrameOdomDebug(), getEkfControlLimits(), getEulerAngles(), getFilterFaults(), getFilterGpsStatus(), getFilterStatus(), getFilterTimeouts(), getFlowDebug(), getGyroBias(), getHAGL(), getHeightControlLimit(), getInnovations(), getLastPosDownReset(), getLastPosNorthEastReset(), getLastVelNorthEastReset(), getLastYawResetAngle(), getLLH(), getMagNED(), getMagOffsets(), getMagXYZ(), getOriginLLH(), getOutputTrackingError(), getPosD(), getPosDownDerivative(), getPosNE(), getPrimaryCoreIMUIndex(), getPrimaryCoreIndex(), getQuaternion(), getRangeBeaconDebug(), getRotationBodyToNED(), getStateVariances(), getTiltError(), getTimingStatistics(), getVariances(), getVelNED(), getWind(), healthy(), InitialiseFilter(), prearm_failure_reason(), resetGyroBias(), resetHeightDatum(), send_status_report(), setInhibitGPS(), setOriginLLH(), setTakeoffExpected(), setTerrainHgtStable(), setTouchdownExpected(), UpdateFilter(), updateLaneSwitchPosDownResetData(), updateLaneSwitchPosResetData(), updateLaneSwitchYawResetData(), use_compass(), writeBodyFrameOdom(), writeOptFlowMeas(), and writeWheelOdom().
bool NavEKF3::core_changed |
Definition at line 463 of file AP_NavEKF3.h.
float NavEKF3::core_delta |
Definition at line 465 of file AP_NavEKF3.h.
Vector2f NavEKF3::core_delta |
Definition at line 472 of file AP_NavEKF3.h.
|
private |
Definition at line 484 of file AP_NavEKF3.h.
Referenced by InitialiseFilter().
|
private |
Definition at line 483 of file AP_NavEKF3.h.
Referenced by InitialiseFilter().
|
private |
Definition at line 439 of file AP_NavEKF3.h.
|
private |
Definition at line 438 of file AP_NavEKF3.h.
|
private |
Definition at line 440 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::SelectFlowFusion().
bool NavEKF3::enabled |
Definition at line 451 of file AP_NavEKF3.h.
|
private |
Definition at line 443 of file AP_NavEKF3.h.
|
private |
Definition at line 442 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::writeOptFlowMeas().
|
private |
Definition at line 441 of file AP_NavEKF3.h.
|
private |
Definition at line 447 of file AP_NavEKF3.h.
|
private |
Definition at line 445 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 444 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::getTakeoffExpected(), and NavEKF3_core::getTouchdownExpected().
|
private |
Definition at line 446 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::EstimateTerrainOffset().
|
private |
Definition at line 423 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 422 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 424 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED().
|
private |
Definition at line 435 of file AP_NavEKF3.h.
|
private |
Definition at line 436 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 430 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 431 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::selectHeightForFusion().
|
private |
Definition at line 459 of file AP_NavEKF3.h.
Referenced by check_log_write(), getLastPosDownReset(), getLastPosNorthEastReset(), getLastYawResetAngle(), InitialiseFilter(), NavEKF3_core::InitialiseVariables(), NavEKF3_core::readIMUData(), UpdateFilter(), updateLaneSwitchPosDownResetData(), updateLaneSwitchPosResetData(), and updateLaneSwitchYawResetData().
|
private |
Definition at line 486 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseVelPosNED(), NavEKF3_core::readGpsData(), NavEKF3_core::ResetHeight(), and setInhibitGpsVertVelUse().
uint32_t NavEKF3::last_function_call |
Definition at line 462 of file AP_NavEKF3.h.
uint32_t NavEKF3::last_primary_change |
Definition at line 464 of file AP_NavEKF3.h.
bool NavEKF3::log_baro |
Definition at line 454 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readBaroData().
bool NavEKF3::log_compass |
Definition at line 452 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readMagData().
bool NavEKF3::log_gps |
Definition at line 453 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readGpsData().
bool NavEKF3::log_imu |
Definition at line 455 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readDeltaAngle().
struct { ... } NavEKF3::logging |
|
private |
Definition at line 425 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readMagData(), and NavEKF3_core::setup_core().
|
private |
Definition at line 433 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::SelectMagFusion().
|
private |
Definition at line 434 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseMagnetometer().
|
private |
Definition at line 358 of file AP_NavEKF3.h.
Referenced by activeCores(), getAccelBias(), getActiveMag(), getBodyFrameOdomDebug(), getEulerAngles(), getFilterFaults(), getFilterGpsStatus(), getFilterStatus(), getFilterTimeouts(), getFlowDebug(), getGyroBias(), getInnovations(), getMagNED(), getMagOffsets(), getMagXYZ(), getOriginLLH(), getOutputTrackingError(), getPosD(), getPosDownDerivative(), getPosNE(), getQuaternion(), getRangeBeaconDebug(), getStateVariances(), getTiltError(), getTimingStatistics(), getVariances(), getVelNED(), getWind(), InitialiseFilter(), resetGyroBias(), resetHeightDatum(), setTakeoffExpected(), setTerrainHgtStable(), setTouchdownExpected(), UpdateFilter(), writeBodyFrameOdom(), writeOptFlowMeas(), and writeWheelOdom().
struct { ... } NavEKF3::pos_down_reset_data |
Referenced by getLastPosDownReset(), InitialiseFilter(), and updateLaneSwitchPosDownResetData().
struct { ... } NavEKF3::pos_reset_data |
Referenced by getLastPosNorthEastReset(), InitialiseFilter(), and updateLaneSwitchPosResetData().
|
private |
Definition at line 429 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::SelectBetaFusion(), and NavEKF3_core::setAidingMode().
|
private |
Definition at line 428 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::setAidingMode().
|
private |
Definition at line 359 of file AP_NavEKF3.h.
Referenced by getAccelBias(), getAccelNED(), getActiveMag(), getBodyFrameOdomDebug(), getEkfControlLimits(), getEulerAngles(), getFilterFaults(), getFilterGpsStatus(), getFilterStatus(), getFilterTimeouts(), getFlowDebug(), getGyroBias(), getHAGL(), getHeightControlLimit(), getInnovations(), getLastPosDownReset(), getLastPosNorthEastReset(), getLastVelNorthEastReset(), getLastYawResetAngle(), getLLH(), getMagNED(), getMagOffsets(), getMagXYZ(), getOriginLLH(), getOutputTrackingError(), getPosD(), getPosDownDerivative(), getPosNE(), getPrimaryCoreIMUIndex(), getPrimaryCoreIndex(), getQuaternion(), getRangeBeaconDebug(), getRotationBodyToNED(), getStateVariances(), getTiltError(), getTimingStatistics(), getVariances(), getVelNED(), getWind(), healthy(), InitialiseFilter(), prearm_failure_reason(), send_status_report(), setInhibitGPS(), setOriginLLH(), UpdateFilter(), and use_compass().
|
private |
Definition at line 482 of file AP_NavEKF3.h.
Referenced by UpdateFilter().
|
private |
Definition at line 448 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readAirSpdData(), NavEKF3_core::readBaroData(), NavEKF3_core::readGpsData(), NavEKF3_core::readMagData(), NavEKF3_core::readRangeFinder(), NavEKF3_core::setup_core(), NavEKF3_core::writeBodyFrameOdom(), NavEKF3_core::writeOptFlowMeas(), and NavEKF3_core::writeWheelOdom().
|
private |
Definition at line 426 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::readAirSpdData(), and NavEKF3_core::setup_core().
|
private |
Definition at line 432 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::FuseAirspeed(), and NavEKF3_core::SelectTasFusion().
|
private |
Definition at line 427 of file AP_NavEKF3.h.
Referenced by NavEKF3_core::setAidingMode().
|
static |
Definition at line 44 of file AP_NavEKF3.h.
Referenced by NavEKF3().
struct { ... } NavEKF3::yaw_reset_data |
Referenced by getLastYawResetAngle(), InitialiseFilter(), and updateLaneSwitchYawResetData().