GAMS  1.4.0
GPSFrame.h
Go to the documentation of this file.
1 
54 #include "ReferenceFrame.h"
55 
56 #ifndef _GAMS_POSE_GPS_FRAME_H_
57 #define _GAMS_POSE_GPS_FRAME_H_
58 
59 #include "ReferenceFrame.h"
60 
61 namespace gams
62 {
63  namespace pose
64  {
91  namespace gps {
92  }
93 
94  constexpr double EARTH_RADIUS = 6371000.0;
95  constexpr double EARTH_CIRC = EARTH_RADIUS * 2 * M_PI;
96 
103  extern GAMS_EXPORT const ReferenceFrameType *GPS;
104 
110  }
111 }
112 
113 #include "GPSFrame.inl"
114 #endif
115 
#define GAMS_EXPORT
Definition: GamsExport.h:20
Provides Reference Frame (i.e., coordinate systemm) transforms.
constexpr double EARTH_CIRC
Definition: GPSFrame.h:95
constexpr double EARTH_RADIUS
Definition: GPSFrame.h:94
GAMS_EXPORT const ReferenceFrame & gps_frame(void)
Returns the canonical GPS frame representing Earth.
GAMS_EXPORT const ReferenceFrameType * GPS
ReferenceFrameType for GPS frames.
Contains all GAMS-related tools, classes and code.
Copyright (c) 2015 Carnegie Mellon University.