Instantaneous state uncertainty estimates.
Data in these fields represent the uncertainties of the corresponding fields in dwEgomotionResult. The uncertainties are represented as covariance matrix when appropriate, or in standard deviation around the estimate otherwise. These values are provided "as is" for usage in fusion algorithms depending on egomotion estimation but no accuracy claims are made (see below).
Definition at line 495 of file EgomotionTypes.h.
Data Fields | |
dwMatrix3f | rotation |
Rotation covariance represented as euler angles (order: roll, pitch, yaw) in [rad^2]. More... | |
float32_t | linearVelocity [3] |
Linear velocity std dev in body frame measured in [m/s]. More... | |
float32_t | angularVelocity [3] |
Rotation speed std dev in body frame measured in [rad/s]. More... | |
float32_t | linearAcceleration [3] |
Linear acceleration std dev measured in body frame in [m/s^2]. More... | |
float32_t | angularAcceleration [3] |
float32_t | curvature |
Curvature std dev in body frame in [1/m]. More... | |
dwTime_t | timestamp |
Timestamp of egomotion uncertainty estimate [us]. More... | |
int64_t | validFlags |
Bitwise combination of dwEgomotionDataField flags. More... | |
float32_t dwEgomotionUncertainty::angularAcceleration[3] |
Definition at line 501 of file EgomotionTypes.h.
float32_t dwEgomotionUncertainty::angularVelocity[3] |
Rotation speed std dev in body frame measured in [rad/s].
Definition at line 499 of file EgomotionTypes.h.
float32_t dwEgomotionUncertainty::curvature |
Curvature std dev in body frame in [1/m].
Definition at line 502 of file EgomotionTypes.h.
float32_t dwEgomotionUncertainty::linearAcceleration[3] |
Linear acceleration std dev measured in body frame in [m/s^2].
Definition at line 500 of file EgomotionTypes.h.
float32_t dwEgomotionUncertainty::linearVelocity[3] |
Linear velocity std dev in body frame measured in [m/s].
Definition at line 498 of file EgomotionTypes.h.
dwMatrix3f dwEgomotionUncertainty::rotation |
Rotation covariance represented as euler angles (order: roll, pitch, yaw) in [rad^2].
Definition at line 497 of file EgomotionTypes.h.
dwTime_t dwEgomotionUncertainty::timestamp |
Timestamp of egomotion uncertainty estimate [us].
Definition at line 503 of file EgomotionTypes.h.
int64_t dwEgomotionUncertainty::validFlags |
Bitwise combination of dwEgomotionDataField flags.
Definition at line 504 of file EgomotionTypes.h.