remove biasAccOmegaInit default reset
parent
3006a76444
commit
2fb93dbdfb
|
|
@ -74,9 +74,6 @@ bool PreintegratedCombinedMeasurements::equals(
|
||||||
void PreintegratedCombinedMeasurements::resetIntegration() {
|
void PreintegratedCombinedMeasurements::resetIntegration() {
|
||||||
// Base class method to reset the preintegrated measurements
|
// Base class method to reset the preintegrated measurements
|
||||||
PreintegrationType::resetIntegration();
|
PreintegrationType::resetIntegration();
|
||||||
// Set the initial bias covariance to
|
|
||||||
// the estimated covariance from the last step.
|
|
||||||
p().biasAccOmegaInt = preintMeasCov_.block<6, 6>(9, 9);
|
|
||||||
preintMeasCov_.setZero();
|
preintMeasCov_.setZero();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue