PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
float | vel_d |
D velocity calculated using alternative algorithm (m/sec) More... | |
float | vel_d_integ |
Integral of vel_d (m) More... | |
float | dt |
delta time (sec) More... | |
uint64_t | time_us |
timestamp of the measurement (uSec) More... | |
float estimator::outputVert::dt |
delta time (sec)
Definition at line 102 of file common.h.
Referenced by Ekf::calculateOutputStates().
uint64_t estimator::outputVert::time_us |
float estimator::outputVert::vel_d |
D velocity calculated using alternative algorithm (m/sec)
Definition at line 100 of file common.h.
Referenced by Ekf::calculateOutputStates(), and Ekf::resetHeight().
float estimator::outputVert::vel_d_integ |
Integral of vel_d (m)
Definition at line 101 of file common.h.
Referenced by Ekf::calculateOutputStates(), and Ekf::resetHeight().