Unit test for GPSFactor. More...
#include <gtsam/navigation/GPSFactor.h>#include <gtsam/base/Testable.h>#include <gtsam/base/numericalDerivative.h>#include <CppUnitLite/TestHarness.h>#include <GeographicLib/Config.h>#include <GeographicLib/LocalCartesian.hpp>
Go to the source code of this file.
Namespaces | |
| example | |
Functions | |
| static const Point3 | example::leverArm (0.1, 0.2, 0.3) |
| int | main () |
| TEST (GPSData, init) | |
| TEST (GPSFactor, Constructor) | |
| TEST (GPSFactor2, Constructor) | |
| TEST (GPSFactor2Arm, Constructor) | |
| TEST (GPSFactor2ArmCalib, Constructor) | |
| TEST (GPSFactorArm, Constructor) | |
| TEST (GPSFactorArmCalib, Constructor) | |
Variables | |
| static constexpr double | example::h = 274 |
| static constexpr double | example::h0 = 274 |
| static const auto & | kWGS84 = Geocentric::WGS84 |
| static constexpr double | example::lat = 33.87071 |
| static constexpr double | example::lat0 = 33.86998 |
| static constexpr double | example::lon = -84.30482 |
| static constexpr double | example::lon0 = -84.30626 |
| static const LocalCartesian | example::origin_ENU (lat0, lon0, h0, kWGS84) |
| int main | ( | ) |
Definition at line 281 of file testGPSFactor.cpp.
| TEST | ( | GPSData | , |
| init | |||
| ) |
Definition at line 257 of file testGPSFactor.cpp.
| TEST | ( | GPSFactor | , |
| Constructor | |||
| ) |
Definition at line 54 of file testGPSFactor.cpp.
| TEST | ( | GPSFactor2 | , |
| Constructor | |||
| ) |
Definition at line 157 of file testGPSFactor.cpp.
| TEST | ( | GPSFactor2Arm | , |
| Constructor | |||
| ) |
Definition at line 186 of file testGPSFactor.cpp.
| TEST | ( | GPSFactor2ArmCalib | , |
| Constructor | |||
| ) |
Definition at line 217 of file testGPSFactor.cpp.
| TEST | ( | GPSFactorArm | , |
| Constructor | |||
| ) |
Definition at line 86 of file testGPSFactor.cpp.
| TEST | ( | GPSFactorArmCalib | , |
| Constructor | |||
| ) |
Definition at line 117 of file testGPSFactor.cpp.
|
static |
Definition at line 33 of file testGPSFactor.cpp.