mavsdk::TelemetryServer::Covariance Struct Reference
#include: telemetry_server.h
Covariance type.
Row-major representation of a 6x6 cross-covariance matrix upper right triangle. Set first to NaN if unknown.
Data Fields
std::vector< float > covariance_matrix {} - Representation of a covariance matrix.
Field Documentation
covariance_matrix
std::vector<float> mavsdk::TelemetryServer::Covariance::covariance_matrix {}
Representation of a covariance matrix.