PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
Vector3f | mag |
NED magnetometer body frame measurements (Gauss) More... | |
uint64_t | time_us |
timestamp of the measurement (uSec) More... | |
Vector3f estimator::magSample::mag |
NED magnetometer body frame measurements (Gauss)
Definition at line 126 of file common.h.
Referenced by Ekf::controlFusionModes(), Ekf::fuseHeading(), Ekf::fuseMag(), Ekf::initialiseFilter(), Ekf::isMeasuredMatchingAverageMagStrength(), Ekf::isMeasuredMatchingGpsMagStrength(), Ekf::realignYawGPS(), EstimatorInterface::setMagData(), and Ekf::updateMagFilter().
uint64_t estimator::magSample::time_us |
timestamp of the measurement (uSec)
Definition at line 127 of file common.h.
Referenced by Ekf::initialiseFilter(), and EstimatorInterface::setMagData().