struct mola::FrameGNSS

Overview

#include <simplemap_georeference.h>

struct FrameGNSS
{
    // fields

    mrpt::poses::CPose3D pose;
    mrpt::obs::CObservationGPS::Ptr obs;
    mrpt::obs::gnss::Message_NMEA_GGA gga;
    mrpt::topography::TGeodeticCoords coords;
    mrpt::math::TPoint3D enu;
    double sigma_E = 5.0;
    double sigma_N = 5.0;
    double sigma_U = 5.0;
};