Added PrintLoopClosureIDs action to Edit menu

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@664 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-12-11 19:41:44 +00:00
parent 2836d4c48c
commit 1efc675521
6 changed files with 41 additions and 7 deletions

View File

@@ -90,6 +90,7 @@ private slots:
void startDetection();
void pauseDetection();
void stopDetection();
void printLoopClosureIds();
void generateMap();
void generateLocalMap();
void deleteMemory();
@@ -175,6 +176,9 @@ private:
QString _graphSavingFileName;
QString _autoScreenCaptureFormat;
QVector<int> _refIds;
QVector<int> _loopClosureIds;
};
}