mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed regression when MapVisibility is not shown, poses are missing when exporting clouds #1625
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
|
||||
void setMap(const std::map<int, Transform> & poses, const std::map<int, bool> & mask);
|
||||
std::map<int, Transform> getVisiblePoses() const;
|
||||
bool isEmpty() const {return _poses.empty();}
|
||||
|
||||
void clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user