Skip to content

Version of Ceres #6

@zhuangaoooo

Description

@zhuangaoooo

In the README.md of the project, the version of Ceres isn't specified, and the download link for Ceres will guide you to download Ceres 2.2.0. However, there may be some errors when using 'make' with Ceres 2.2.0 (part of the error is shown at the end of this issue, there may be some errors with 'new ceres::QuaternionParameterization()' in Ceres 2.2.0). I found that such errors will not occur if I use Ceres 2.0.0.

So I suggest specifying that the version of Ceres should be 2.0.0 in the README.md.

/textslam/TextSLAM/src/optimizer.cc:653:48: error: expected type-specifier
653 | problem.AddParameterBlock(Sim3Pose, 4, new ceres::QuaternionParameterization());
| ^~~~~

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