PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
Vector2f | velNE |
measured NE velocity relative to the local origin (m/sec) More... | |
Vector2f | velVarNE |
estimated error variance of the NE velocity (m/sec)**2 More... | |
uint64_t | time_us |
timestamp of the measurement (uSec) More... | |
uint64_t estimator::auxVelSample::time_us |
timestamp of the measurement (uSec)
Definition at line 174 of file common.h.
Referenced by EstimatorInterface::setAuxVelData().
Vector2f estimator::auxVelSample::velNE |
measured NE velocity relative to the local origin (m/sec)
Definition at line 172 of file common.h.
Referenced by Ekf::controlAuxVelFusion(), and EstimatorInterface::setAuxVelData().
Vector2f estimator::auxVelSample::velVarNE |
estimated error variance of the NE velocity (m/sec)**2
Definition at line 173 of file common.h.
Referenced by Ekf::controlAuxVelFusion(), and EstimatorInterface::setAuxVelData().