MainWindow: added "Edit->Anchor clouds to ground truth" action. Graph::importPoses() Fixed error when loading RGBD-SLAM poses.

This commit is contained in:
matlabbe
2016-01-07 15:48:18 -05:00
parent 78b37a4b0d
commit b8c9f32fd8
6 changed files with 53 additions and 2 deletions

View File

@@ -159,6 +159,7 @@ private slots:
void updateCacheFromDatabase();
void downloadAllClouds();
void downloadPoseGraph();
void anchorCloudsToGroundTruth();
void clearTheCache();
void openPreferences();
void openPreferencesSource();