Unit test for AttitudeFactors (rot3 and Pose3 versions) More...
#include <CppUnitLite/TestHarness.h>#include <gtsam/base/Testable.h>#include <gtsam/base/numericalDerivative.h>#include <gtsam/navigation/AttitudeFactor.h>#include <functional>#include "gtsam/base/Matrix.h"
Go to the source code of this file.
Functions | |
| int | main () |
| TEST (Pose3AttitudeFactor, Constructor) | |
| TEST (Pose3AttitudeFactor, CopyAndMove) | |
| TEST (Rot3AttitudeFactor, Constructor) | |
| TEST (Rot3AttitudeFactor, CopyAndMove) | |
Unit test for AttitudeFactors (rot3 and Pose3 versions)
Definition in file testAttitudeFactor.cpp.
| int main | ( | ) |
Definition at line 135 of file testAttitudeFactor.cpp.
| TEST | ( | Pose3AttitudeFactor | , |
| Constructor | |||
| ) |
Definition at line 83 of file testAttitudeFactor.cpp.
| TEST | ( | Pose3AttitudeFactor | , |
| CopyAndMove | |||
| ) |
Definition at line 118 of file testAttitudeFactor.cpp.
| TEST | ( | Rot3AttitudeFactor | , |
| Constructor | |||
| ) |
Definition at line 33 of file testAttitudeFactor.cpp.
| TEST | ( | Rot3AttitudeFactor | , |
| CopyAndMove | |||
| ) |
Definition at line 66 of file testAttitudeFactor.cpp.