GraphViewer: Added intra/inter session loop closure color option.

This commit is contained in:
matlabbe
2015-05-22 15:06:05 -04:00
parent 8e26219e92
commit 85af9c4f01
5 changed files with 178 additions and 28 deletions

View File

@@ -149,6 +149,7 @@ private:
private:
Ui_DatabaseViewer * ui_;
QList<int> ids_;
std::map<int, int> mapIds_;
QMap<int, int> idToIndex_;
QList<rtabmap::Link> neighborLinks_;
QList<rtabmap::Link> loopLinks_;