PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <common.h>
Public Attributes | |
Vector3f | pos |
XYZ position in earth frame (m) - Z must be aligned with down axis. More... | |
Vector3f | vel |
XYZ velocity in earth frame (m/sec) - Z must be aligned with down axis. More... | |
Quatf | quat |
quaternion defining rotation from body to earth frame More... | |
float | posErr |
1-Sigma horizontal position accuracy (m) More... | |
float | hgtErr |
1-Sigma height accuracy (m) More... | |
float | velErr |
1-Sigma velocity accuracy (m/sec) More... | |
float | angErr |
1-Sigma angular error (rad) More... | |
float estimator::ext_vision_message::angErr |
1-Sigma angular error (rad)
Definition at line 89 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().
float estimator::ext_vision_message::hgtErr |
1-Sigma height accuracy (m)
Definition at line 87 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().
Vector3f estimator::ext_vision_message::pos |
XYZ position in earth frame (m) - Z must be aligned with down axis.
Definition at line 83 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().
float estimator::ext_vision_message::posErr |
1-Sigma horizontal position accuracy (m)
Definition at line 86 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().
Quatf estimator::ext_vision_message::quat |
quaternion defining rotation from body to earth frame
Definition at line 85 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().
Vector3f estimator::ext_vision_message::vel |
XYZ velocity in earth frame (m/sec) - Z must be aligned with down axis.
Definition at line 84 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().
float estimator::ext_vision_message::velErr |
1-Sigma velocity accuracy (m/sec)
Definition at line 88 of file common.h.
Referenced by Ekf2::Run(), and EstimatorInterface::setExtVisionData().