Remove redundant gyroCov param update in ctor
parent
38e43ce0af
commit
04b9bf23e5
|
|
@ -73,9 +73,7 @@ class GTSAM_EXPORT PreintegratedAhrsMeasurements : public PreintegratedRotation
|
|||
const Matrix3& preint_meas_cov) :
|
||||
biasHat_(bias_hat),
|
||||
PreintegratedRotation(p, deltaTij, deltaRij, delRdelBiasOmega),
|
||||
preintMeasCov_(preint_meas_cov) {
|
||||
p_->gyroscopeCovariance = p->getGyroscopeCovariance();
|
||||
}
|
||||
preintMeasCov_(preint_meas_cov) {}
|
||||
|
||||
const Params& p() const { return *boost::static_pointer_cast<const Params>(p_);}
|
||||
const Vector3& biasHat() const { return biasHat_; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue