Struct MeasData¶
Defined in File measurement.h
Struct Documentation¶
-
struct MeasData¶
Unified measurement data: a predicted/observed observable vector and its noise covariance at a given epoch.
This is the return type of every
MeasurementandErrorStateMeasurementmodel’sCompute.valuestacks the observables selected by the measurement’s config (e.g. pseudorange/Doppler rows for GNSS, range/range-rate for a crosslink), andcovarianceis the corresponding diagonal (by convention) measurement noiseR, sizedvalue.size() x value.size().