Basics

1. Data structures

Metric maps: point clouds, and more

The basic data class is metric_map_t. It comprises:

imgs/metric_map_t_with_details.png

Pairings

imgs/Pairings.png

Simple-maps

Simplemaps are key frame-based maps. Each key-frame contains a SE(3) pose (optionally, including uncertainty) along with raw sensor observations gathered from that pose, and optional metadata. An example of standardized metadata is the local frame velocity at the moment of recording the sensor data, essential to perform motion compensation.

Although the corresponding C++ class (mrpt::maps::CSimpleMap) is defined in the MRPT project, we enumerate it here as it is a fundamental data structure for this package and the whole MOLA framework.

2. Algorithms

Write me!

3. YAML pipeline definition files

Write me!