18 #include <mrpt/config.h>
66 pcl::PointCloud<
PointT>::Ptr globalMapPtr;
68 pcl::PointCloud<pcl::PointXYZRGBA>::Ptr edgeCloudPtr;
69 pcl::PointCloud<pcl::PointXYZRGBA>::Ptr outEdgeCloudPtr;
70 unsigned background, foreground, groundplane;
73 void savePbMap(
std::
string filePath);
76 void loadPbMap(
std::
string PbMapFile);
79 void MergeWith(PbMap &pbm,
Eigen::Matrix4f &T);
82 void printPbMap(
std::
string txtFilePbm);
Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL.
The virtual base class which provides a unified interface for all persistent objects in MRPT...
A class used to store a planar feature (Plane for short).
#define DEFINE_SERIALIZABLE_POST_CUSTOM_LINKAGE(class_name, _LINKAGE_)
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_LINKAGE(class_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
A class used to store a Plane-based Map (PbMap).