Unit tests for coordinate conversions. More...
#include <GeographicLib/Config.h>
#include <GeographicLib/Geocentric.hpp>
#include <GeographicLib/UTMUPS.hpp>
#include <GeographicLib/LocalCartesian.hpp>
#include <gtsam/base/types.h>
#include <CppUnitLite/TestHarness.h>
#include <string>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
TEST (GeographicLib, ENU) | |
TEST (GeographicLib, Geocentric) | |
TEST (GeographicLib, UTM) | |
Variables | |
static const double | h = 274 |
static const auto & | kWGS84 = Geocentric::WGS84 |
static const double | lat = 33.87071 |
static const double | lon = -84.30482 |
Unit tests for coordinate conversions.
Definition in file testGeographicLib.cpp.
int main | ( | ) |
Definition at line 109 of file testGeographicLib.cpp.
TEST | ( | GeographicLib | , |
ENU | |||
) |
Definition at line 81 of file testGeographicLib.cpp.
TEST | ( | GeographicLib | , |
Geocentric | |||
) |
Definition at line 43 of file testGeographicLib.cpp.
TEST | ( | GeographicLib | , |
UTM | |||
) |
Definition at line 61 of file testGeographicLib.cpp.
|
static |
Definition at line 34 of file testGeographicLib.cpp.
|
static |
Definition at line 37 of file testGeographicLib.cpp.
|
static |
Definition at line 34 of file testGeographicLib.cpp.
|
static |
Definition at line 34 of file testGeographicLib.cpp.