Common testing infrastructure. More...


Go to the source code of this file.
Classes | |
| struct | testing::ImuMeasurement |
| struct | testing::SomeMeasurements |
Namespaces | |
| testing | |
Typedefs | |
| typedef imuBias::ConstantBias | Bias |
Functions | |
| template<typename PIM > | |
| void | testing::integrateMeasurements (const vector< ImuMeasurement > &measurements, PIM *pim) |
| static const Vector3 | kGravityAlongNavZDown (0, 0, kGravity) |
| static const Vector3 | kNonZeroOmegaCoriolis (0, 0.1, 0.1) |
| static const Vector3 | kZeroOmegaCoriolis (0, 0, 0) |
Variables | |
| static const double | kAccelSigma = 0.1 / 60 |
| static const double | kGravity = 10 |
| static const double | kGyroSigma = radians(0.5) / 60 |
| static const Vector3 | kZero = Z_3x1 |
| static const Bias | kZeroBias |
| static const Bias | kZeroBiasHat |
| auto | radians = [](double t) { return t * M_PI / 180; } |
Common testing infrastructure.
Definition in file imuFactorTesting.h.
| typedef imuBias::ConstantBias Bias |
Definition at line 32 of file imuFactorTesting.h.
|
static |
|
static |
|
static |
Definition at line 45 of file imuFactorTesting.h.
|
static |
Definition at line 38 of file imuFactorTesting.h.
|
static |
Definition at line 44 of file imuFactorTesting.h.
|
static |
Definition at line 31 of file imuFactorTesting.h.
|
static |
Definition at line 33 of file imuFactorTesting.h.
|
static |
Definition at line 33 of file imuFactorTesting.h.
Definition at line 43 of file imuFactorTesting.h.