mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
@@ -84,6 +84,7 @@ class RtabmapColorOcTree : public octomap::OccupancyOcTreeBase <RtabmapColorOcTr
|
||||
public:
|
||||
/// Default constructor, sets resolution of leafs
|
||||
RtabmapColorOcTree(double resolution);
|
||||
virtual ~RtabmapColorOcTree() {}
|
||||
|
||||
/// virtual constructor: creates a new object of same type
|
||||
/// (Covariant return type requires an up-to-date compiler)
|
||||
|
||||
@@ -257,6 +257,8 @@ RtabmapColorOcTree::StaticMemberInitializer::StaticMemberInitializer() {
|
||||
AbstractOcTree::registerTreeType(tree);
|
||||
}
|
||||
|
||||
RtabmapColorOcTree::StaticMemberInitializer RtabmapColorOcTree::RtabmapColorOcTreeMemberInit;
|
||||
|
||||
|
||||
//////////////////////////////////////
|
||||
// OctoMap
|
||||
|
||||
Reference in New Issue
Block a user