PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
float | true_airspeed |
true airspeed measurement (m/sec) More... | |
float | eas2tas |
equivalent to true airspeed factor More... | |
uint64_t | time_us |
timestamp of the measurement (uSec) More... | |
float estimator::airspeedSample::eas2tas |
equivalent to true airspeed factor
Definition at line 143 of file common.h.
Referenced by Ekf::fuseAirspeed(), Ekf::resetWindCovariance(), and EstimatorInterface::setAirspeedData().
uint64_t estimator::airspeedSample::time_us |
timestamp of the measurement (uSec)
Definition at line 144 of file common.h.
Referenced by Ekf::resetWindCovariance(), Ekf::resetWindStates(), and EstimatorInterface::setAirspeedData().
float estimator::airspeedSample::true_airspeed |
true airspeed measurement (m/sec)
Definition at line 142 of file common.h.
Referenced by Ekf::fuseAirspeed(), Ekf::resetWindStates(), and EstimatorInterface::setAirspeedData().