Skip to content

compile error with latest g2o #1

@samsdolphin

Description

@samsdolphin

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));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions