mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
CloudViewer: added occupancy grid support for PCL < 1.7.2
This commit is contained in:
@@ -142,6 +142,10 @@ public:
|
||||
bool addOctomap(const OctoMap * octomap, unsigned int treeDepth = 0, bool showEdges = true, bool lightingOn = false);
|
||||
void removeOctomap();
|
||||
|
||||
bool addTextureMesh (
|
||||
const pcl::TextureMesh &mesh,
|
||||
const std::string &id = "texture",
|
||||
int viewport = 0);
|
||||
bool addOccupancyGridMap(
|
||||
const cv::Mat & map8U,
|
||||
float resolution, // cell size
|
||||
|
||||
Reference in New Issue
Block a user