Fixed comments about order of things in covariance
parent
ed05fa6a7b
commit
7b1bd997f4
|
@ -111,7 +111,7 @@ public:
|
|||
|
||||
protected:
|
||||
/* Covariance matrix of the preintegrated measurements
|
||||
* COVARIANCE OF: [PreintPOSITION PreintVELOCITY PreintROTATION BiasAcc BiasOmega]
|
||||
* COVARIANCE OF: [PreintROTATION PreintPOSITION PreintVELOCITY BiasAcc BiasOmega]
|
||||
* (first-order propagation from *measurementCovariance*).
|
||||
* PreintegratedCombinedMeasurements also include the biases and keep the correlation
|
||||
* between the preintegrated measurements and the biases
|
||||
|
|
|
@ -75,7 +75,7 @@ class GTSAM_EXPORT PreintegratedImuMeasurements: public PreintegrationType {
|
|||
|
||||
protected:
|
||||
|
||||
Matrix9 preintMeasCov_; ///< COVARIANCE OF: [PreintPOSITION PreintVELOCITY PreintROTATION]
|
||||
Matrix9 preintMeasCov_; ///< COVARIANCE OF: [PreintROTATION PreintPOSITION PreintVELOCITY]
|
||||
///< (first-order propagation from *measurementCovariance*).
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue