PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
float | rng |
range (distance to ground) measurement (m) More... | |
uint64_t | time_us |
timestamp of the measurement (uSec) More... | |
int8_t | quality |
Signal quality in percent (0...100%), where 0 = invalid signal, 100 = perfect signal, and -1 = unknown signal quality. More... | |
int8_t estimator::rangeSample::quality |
Signal quality in percent (0...100%), where 0 = invalid signal, 100 = perfect signal, and -1 = unknown signal quality.
Definition at line 138 of file common.h.
Referenced by EstimatorInterface::setRangeData(), and Ekf::updateRangeDataValidity().
float estimator::rangeSample::rng |
range (distance to ground) measurement (m)
Definition at line 136 of file common.h.
Referenced by Ekf::controlFusionModes(), Ekf::controlHeightFusion(), Ekf::fuseHagl(), Ekf::fuseVelPosHeight(), Ekf::initHagl(), Ekf::resetHeight(), EstimatorInterface::setRangeData(), Ekf::updateRangeDataStuck(), and Ekf::updateRangeDataValidity().
uint64_t estimator::rangeSample::time_us |
timestamp of the measurement (uSec)
Definition at line 137 of file common.h.
Referenced by Ekf::controlHeightFusion(), Ekf::initHagl(), EstimatorInterface::setRangeData(), Ekf::updateRangeDataContinuity(), Ekf::updateRangeDataStuck(), and Ekf::updateRangeDataValidity().