covariance property

List<float> covariance
final

Row-major representation of a 3x3 attitude covariance matrix (states: roll, pitch, yaw; first three entries are the first ROW, next three entries are the second row, etc.). If unknown, assign NaN value to first element in the array.

MAVLink type: float9

covariance

Implementation

final List<float> covariance;