31 cout <<
"accelerometerCovariance:\n[\n" << accelerometerCovariance <<
"\n]" 33 cout <<
"integrationCovariance:\n[\n" << integrationCovariance <<
"\n]" 35 if (omegaCoriolis && use2ndOrderCoriolis)
36 cout <<
"Using 2nd-order Coriolis" << endl;
37 cout <<
"n_gravity = (" <<
n_gravity.transpose() <<
")" << endl;
44 return e !=
nullptr && PreintegratedRotationParams::equals(other, tol) &&
45 use2ndOrderCoriolis ==
e->use2ndOrderCoriolis &&
EIGEN_STRONG_INLINE Packet4f print(const Packet4f &a)
Array< double, 1, 3 > e(1./3., 0.5, 2.)
bool equal_with_abs_tol(const Eigen::DenseBase< MATRIX > &A, const Eigen::DenseBase< MATRIX > &B, double tol=1e-9)