MRPT  1.9.9
CSimpleMap.cpp File Reference
Include dependency graph for CSimpleMap.cpp:

Go to the source code of this file.

Variables

const auto fn_pair_make_unique
 

Variable Documentation

◆ fn_pair_make_unique

const auto fn_pair_make_unique
Initial value:
= [](auto& ptr) {
ptr.first.reset(dynamic_cast<mrpt::poses::CPose3DPDF*>(ptr.first->clone()));
ptr.second.reset(
dynamic_cast<mrpt::obs::CSensoryFrame*>(ptr.second->clone()));
}
Declares a class for storing a "sensory frame", a set of "observations" taken by the robot approximat...
Definition: CSensoryFrame.h:53
Declares a class that represents a Probability Density Function (PDF) of a 3D pose (6D actually).
Definition: CPose3DPDF.h:42

Definition at line 28 of file CSimpleMap.cpp.

Referenced by mrpt::maps::CSimpleMap::CSimpleMap(), and mrpt::maps::CSimpleMap::operator=().




Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST