From bcb13ec4e66f821ac5e0a6b1bedcd197dee12eff Mon Sep 17 00:00:00 2001 From: dellaert Date: Sat, 25 Jan 2014 18:28:45 -0500 Subject: [PATCH] Expected result --- gtsam/navigation/tests/testGeographicLib.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtsam/navigation/tests/testGeographicLib.cpp b/gtsam/navigation/tests/testGeographicLib.cpp index c012a750a..05320e502 100644 --- a/gtsam/navigation/tests/testGeographicLib.cpp +++ b/gtsam/navigation/tests/testGeographicLib.cpp @@ -31,6 +31,9 @@ TEST( GeographicLib, Geocentric) { // Dekalb-Peachtree Airport runway 2L double lat = 33.87071, lon = -84.30482000000001, h = 274; + // UTM is 45N 250694.42 3751090.08 + // Obtained by + // http://geographiclib.sourceforge.net/cgi-bin/GeoConvert?input=33.87071+84.30482000000001&zone=-3&prec=2&option=Submit }