30using pose_t = Eigen::Vector3d;
31using transform_t = Eigen::Matrix3d;
34template <
int rows,
int cols>
40template <
int dim,
int dim2 = 1>
Represents a GPS coordinate in degrees.
Definition navtypes.h:10
double lat
the latitude of the gps coordinate, in degrees
Definition navtypes.h:12
double alt
the altitude of the gps coordinate, in meters
Definition navtypes.h:16
double lon
the longitude of the gps coordinate, in degrees
Definition navtypes.h:14