- 参考这里
- 根据评论安装
libcxsparse3.1.4 - 如果遇到
Eigen3版本低,看这里 - 如果遇到
error: specialization of ‘template<class ... _Tp> struct std::common_type’,看这里 - 在编译CamLaserCalibraTool时遇到ceres报错
error: ‘integer_sequence’ is not a member of ‘std’,解决方法是使用C++14标准,即在CMakeLists中改成set(CMAKE_CXX_FLAGS "-std=c++14")
ubuntu16.04安装ceres
于 2022-03-10 16:39:15 首次发布
这篇博客介绍了在编译CamLaserCalibraTool时遇到的问题及其解决方案。首先,针对Eigen3版本过低的问题,提供了相应链接进行升级。其次,当遇到模板特化错误'specialization of ‘template<class... _Tp> struct std::common_type’'时,给出了参考链接来解决。最后,对于ceres库的编译错误'error: ‘integer_sequence’ is not a member of ‘std’’,建议在CMakeLists中设置C++14标准来修复。
753

被折叠的 条评论
为什么被折叠?



