removed duplicate
parent
5131f6b0a6
commit
9bc3c0b6a0
|
|
@ -819,7 +819,6 @@ struct ImuFactorMergeTest {
|
|||
loop_(Vector3(0, -kAngularVelocity, 0), Vector3(kVelocity, 0, 0)) {
|
||||
// arbitrary noise values
|
||||
p_->gyroscopeCovariance = I_3x3 * 0.01;
|
||||
p_->accelerometerCovariance = I_3x3 * 0.02;
|
||||
p_->accelerometerCovariance = I_3x3 * 0.03;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue