PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
Vector2f | accelXY |
measured specific force along the X and Y body axes (m/sec**2) More... | |
uint64_t | time_us |
timestamp of the measurement (uSec) More... | |
Vector2f estimator::dragSample::accelXY |
measured specific force along the X and Y body axes (m/sec**2)
Definition at line 167 of file common.h.
Referenced by Ekf::fuseDrag(), and EstimatorInterface::setIMUData().
uint64_t estimator::dragSample::time_us |
timestamp of the measurement (uSec)
Definition at line 168 of file common.h.
Referenced by EstimatorInterface::setIMUData().