gps fusion implemented
This commit is contained in:
12
global_fusion/Thirdparty/GeographicLib/include/Config.h
vendored
Normal file
12
global_fusion/Thirdparty/GeographicLib/include/Config.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// This will be overwritten by ./configure
|
||||
|
||||
#define GEOGRAPHICLIB_VERSION_STRING "1.49"
|
||||
#define GEOGRAPHICLIB_VERSION_MAJOR 1
|
||||
#define GEOGRAPHICLIB_VERSION_MINOR 49
|
||||
#define GEOGRAPHICLIB_VERSION_PATCH 0
|
||||
|
||||
// Undefine HAVE_LONG_DOUBLE if this type is unknown to the compiler
|
||||
#define GEOGRAPHICLIB_HAVE_LONG_DOUBLE 1
|
||||
|
||||
// Define WORDS_BIGENDIAN to be 1 if your machine is big endian
|
||||
/* #undef WORDS_BIGENDIAN */
|
||||
Reference in New Issue
Block a user