less than 1 minute read

FAST-LIVO2:雷达imu视觉融合

1. 项目基本信息

2. 算法复现

我在安装时不选择安装在默认路径,而是自定义路径(一般安装在默认路径最方便),我之前已经下载过另一版本的 cmake .. -DCMAKE_INSTALL_PREFIX=/home/sd101t/third_party/Sophus/install

在编译make sophus时出现错误: make  sophus结果

在对应文件下修改为:

  unit_complex_.real(1.);
  unit_complex_.imag(0.);

解决办法:参考: https://blog.csdn.net/weixin_35732969/article/details/88947517

因为我sophus下载到自定义路径,需要修改cmakelists内容,修改为:根据自己的具体路径来实施,根据自己的具体路径来实施

make  sophus结果