|
ethzasl-msf - Modular Sensor Fusion
Time delay compensated single and multi sensor fusion framework based on an EKF
|
#include <msf_core/msf_core.hpp>#include <gtest/gtest.h>Macros | |
| #define | WITHTESTS 1 |
Functions | |
| TEST (CompileTimeComputation, stateSizeCalculation) | |
| TEST (CompileTimeComputation, stateIndexCalculation) | |
| TEST (CompileTimeComputation, stateLengthCalculation) | |
| TEST (RuntimeTimeComputation, copyForNonPropagationStates) | |
| int | main (int argc, char **argv) |
| #define WITHTESTS 1 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST | ( | CompileTimeComputation | , |
| stateSizeCalculation | |||
| ) |
| TEST | ( | CompileTimeComputation | , |
| stateIndexCalculation | |||
| ) |
| TEST | ( | CompileTimeComputation | , |
| stateLengthCalculation | |||
| ) |
| TEST | ( | RuntimeTimeComputation | , |
| copyForNonPropagationStates | |||
| ) |
< position (IMU centered) (0-2 / 0-2)
< velocity (3- 5 / 3- 5)
< attitude (6- 9 / 6- 8)
< gyro biases
< acceleration biases
< visual scale (16 / 15)
< vision-world attitude drift (17-20 / 16-18)
< camera-imu attitude calibration (21-24 / 19-21)
< camera-imu position calibration (25-27 / 22-24)
1.8.1.2