|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
| Quatf | quat_nominal |
| nominal quaternion describing vehicle attitude More... | |
| Vector3f | vel |
| NED velocity estimate in earth frame (m/sec) More... | |
| Vector3f | pos |
| NED position estimate in earth frame (m/sec) More... | |
| uint64_t | time_us |
| timestamp of the measurement (uSec) More... | |
| Vector3f estimator::outputSample::pos |
NED position estimate in earth frame (m/sec)
Definition at line 95 of file common.h.
Referenced by Ekf::alignOutputFilter(), Ekf::calculateOutputStates(), Ekf::resetHeight(), Ekf::resetPosition(), and Ekf::resetStates().
| Quatf estimator::outputSample::quat_nominal |
nominal quaternion describing vehicle attitude
Definition at line 93 of file common.h.
Referenced by Ekf::alignOutputFilter(), Ekf::calculate_quaternion(), Ekf::calculateOutputStates(), Ekf::controlExternalVisionFusion(), Ekf::realignYawGPS(), Ekf::resetGpsAntYaw(), Ekf::resetMagHeading(), and Ekf::resetStates().
| uint64_t estimator::outputSample::time_us |
timestamp of the measurement (uSec)
Definition at line 96 of file common.h.
Referenced by Ekf::calculateOutputStates().
| Vector3f estimator::outputSample::vel |
NED velocity estimate in earth frame (m/sec)
Definition at line 94 of file common.h.
Referenced by Ekf::alignOutputFilter(), Ekf::calculateOutputStates(), Ekf::resetHeight(), Ekf::resetStates(), and Ekf::resetVelocity().