Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

observations2map - Transforms a set of pairs <pose,observation> into metric maps.

Authors

observations2map is part of the Mobile Robot Programming Toolkit (MRPT), and was originally written by
       the MAPIR laboratory (University of Malaga).

       This manual page was written by Jose Luis Blanco <joseluisblancoc@gmail.com>.

Bugs

       Please report bugs at https://github.com/MRPT/mrpt/issues

Description

observations2map reads a multi metric map description from the config file and insert all the
       observations into it. Then it saves all the metric maps to independent files.  It can be used to generate
       point maps, occupancy grid maps, or any kind of maps from a sequence of localized observations.

Name

       observations2map - Transforms a set of pairs <pose,observation> into metric maps.

See Also

       The application wiki page at https://www.mrpt.org/Applications

Synopsis

       observations2map config_file.iniobservations.simplemapoutput_maps_prefix

See Also