28using pose_t = Eigen::Vector3d;
29using transform_t = Eigen::Matrix3d;
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 lon
the longitude of the gps coordinate, in degrees
Definition navtypes.h:14