GraphSLAM_tutorials_code icon indicating copy to clipboard operation
GraphSLAM_tutorials_code copied to clipboard

compile error with latest g2o

Open samsdolphin opened this issue 4 years ago • 0 comments

The first three lines of code should be updated to:

auto linearSolver = g2o::make_unique<LinearSolverCSparseBlockSolverX::PoseMatrixType>(); auto blockSolver = g2o::make_unique<BlockSolverX>(std::move(linearSolver)); OptimizationAlgorithmLevenberg* optimizationAlgorithm = new OptimizationAlgorithmLevenberg(std::move(blockSolver));

samsdolphin avatar Apr 02 '20 13:04 samsdolphin