struct mola::SMGeoReferencingParams

Overview

#include <simplemap_georeference.h>

struct SMGeoReferencingParams
{
    // fields

    std::optional<mrpt::topography::TGeodeticCoords> geodeticReference;
    AddGNSSFactorParams fgParams;
    mrpt::system::COutputLogger* logger = nullptr;
};

Fields

std::optional<mrpt::topography::TGeodeticCoords> geodeticReference

If provided, this will be the coordinates of the ENU frame origin. Otherwise (default), the first GNSS entry will become the reference.