struct mola::MapSourceBase::MapUpdate

Overview

#include <MapSourceBase.h>

struct MapUpdate
{
    // fields

    mrpt::Clock::time_point timestamp;
    std::string reference_frame = "map";
    std::string method = "slam";
    std::string map_name = "local_map";
    mrpt::maps::CMetricMap::Ptr map;
};

Fields

mrpt::Clock::time_point timestamp

The timestamp associated to the new map information.

std::string reference_frame = "map"

Frame of reference for this map.

std::string method = "slam"

The source of the localization (e.g. “slam”, “lidar_odometry”, “wheel_odometry”, etc.)

std::string map_name = "local_map"

Map layer/submap name