Sophus
Sophus copied to clipboard
Look for Ceres 2.1.0
Originally, the ceres test CMakeLists.txt only required Ceres 2.0.0. However, this version doesn't define ceres/manifold, and therefore when compiling against Ceres 2.0.0 the compilation fails.
See #359
I don't claim that this is the optimal solution, however it solves the issue for me. It might be useful to reference the necessary Ceres version somewhere in this repo to avoid confusion in the future. As I already had both Eigen and Ceres installed I assumed I didn't have to execute the installation scripts.