Optimizer: added optimizeIncremental() method to solve optimization error problems when re-opening the database (when graph should be re-optimized from raw odometry poses, not latest optimized poses, #172)

This commit is contained in:
matlabbe
2018-02-13 18:18:42 -05:00
parent 02a64a7fa3
commit bfb3a58c01
5 changed files with 139 additions and 5 deletions

View File

@@ -212,6 +212,8 @@ private:
bool savedMaximized_;
bool firstCall_;
QString iniFilePath_;
bool useLastOptimizedGraphAsGuess_;
};
}