|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
| uint8_t | quality |
| Quality of Flow data. More... | |
| Vector2f | flowdata |
| Optical flow rates about the X and Y body axes (rad/sec) More... | |
| Vector3f | gyrodata |
| Gyro rates about the XYZ body axes (rad/sec) More... | |
| uint32_t | dt |
| integration time of flow samples (sec) More... | |
| uint32_t estimator::flow_message::dt |
integration time of flow samples (sec)
Definition at line 79 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setOpticalFlowData().
| Vector2f estimator::flow_message::flowdata |
Optical flow rates about the X and Y body axes (rad/sec)
Definition at line 77 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setOpticalFlowData().
| Vector3f estimator::flow_message::gyrodata |
Gyro rates about the XYZ body axes (rad/sec)
Definition at line 78 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setOpticalFlowData().
| uint8_t estimator::flow_message::quality |
Quality of Flow data.
Definition at line 76 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setOpticalFlowData().