10 #define COBSERVATION_H
27 using namespace poses;
32 #define INVALID_LANDMARK_ID (-1)
37 #define INVALID_BEACON_ID (-1)
71 std::
string sensorLabel;
92 template <class METRICMAP>
93 inline
bool insertObservationInto( METRICMAP *theMap, const
CPose3D *robotPose = NULL )
const
95 return theMap->insertObservation(
this,robotPose);
102 virtual void getSensorPose(
CPose3D &out_sensorPose )
const = 0;
114 virtual void setSensorPose(
const CPose3D &newSensorPose ) = 0;
uint64_t TTimeStamp
A system independent time type, it holds the the number of 100-nanosecond intervals since January 1...
The virtual base class which provides a unified interface for all persistent objects in MRPT...
virtual void unload()
Unload all images, for the case they being delayed-load images stored in external files (othewise...
#define DEFINE_VIRTUAL_SERIALIZABLE(class_name)
This declaration must be inserted in virtual CSerializable classes definition:
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
Declares a class that represents any robot's observation.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
Lightweight 3D pose (three spatial coordinates, plus three angular coordinates).
virtual void load() const
Makes sure all images and other fields which may be externally stored are loaded in memory...
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)