GraphSLAM_tutorials_code
GraphSLAM_tutorials_code copied to clipboard
Results
1
GraphSLAM_tutorials_code issues
Sort by
recently updated
recently updated
newest added
The first three lines of code should be updated to: > auto linearSolver = g2o::make_unique(); auto blockSolver = g2o::make_unique(std::move(linearSolver)); OptimizationAlgorithmLevenberg* optimizationAlgorithm = new OptimizationAlgorithmLevenberg(std::move(blockSolver));