Unit tests for IMU Preintegration. More...
#include <CppUnitLite/TestHarness.h>#include <gtsam/base/Testable.h>#include <gtsam/base/numericalDerivative.h>#include <gtsam/navigation/CombinedImuFactor.h>#include <gtsam/slam/dataset.h>#include <tests/ImuMeasurement.h>#include <fstream>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (TestImuPreintegration, LoadedSimulationData) | |
| Uses the GTSAM library to perform IMU preintegration on an acceleration input. More... | |
Unit tests for IMU Preintegration.
Definition in file testImuPreintegration.cpp.
| int main | ( | ) |
Definition at line 123 of file testImuPreintegration.cpp.
| TEST | ( | TestImuPreintegration | , |
| LoadedSimulationData | |||
| ) |
Uses the GTSAM library to perform IMU preintegration on an acceleration input.
Definition at line 36 of file testImuPreintegration.cpp.