mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 10:00:23 +08:00
OctoMap added frontier cloud output
This commit is contained in:
@@ -194,7 +194,8 @@ public:
|
||||
std::vector<int> * obstacleIndices = 0,
|
||||
std::vector<int> * emptyIndices = 0,
|
||||
std::vector<int> * groundIndices = 0,
|
||||
bool originalRefPoints = true) const;
|
||||
bool originalRefPoints = true,
|
||||
std::vector<int> * frontierIndices = 0) const;
|
||||
|
||||
cv::Mat createProjectionMap(
|
||||
float & xMin,
|
||||
|
||||
Reference in New Issue
Block a user