You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first three lines of code should be updated to:
auto linearSolver = g2o::make_unique<LinearSolverCSparseBlockSolverX::PoseMatrixType>();
auto blockSolver = g2o::make_unique(std::move(linearSolver));
OptimizationAlgorithmLevenberg* optimizationAlgorithm = new OptimizationAlgorithmLevenberg(std::move(blockSolver));
The text was updated successfully, but these errors were encountered:
The first three lines of code should be updated to:
The text was updated successfully, but these errors were encountered: