当前位置:   article > 正文

orin 配置fast_livo运行环境_fast-livo cpu运行

fast-livo cpu运行

配置过程
Sophus的安装

git clone https://github.com/strasdat/Sophus.git
cd Sophus
git checkout a621ff
mkdir build && cd build && cmake ..
make
sudo make install
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

这个版本的Sophus是有bug的,解决方法如下:
打开Sophus/sophus/so2.cpp文件
将代码修改如下

// SO2::SO2()
// {
   
//   unit_complex_.real() = 1.;
//   unit_complex_.imag() = 0.;
// }
 SO2::
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/酷酷是懒虫/article/detail/746350
推荐阅读
相关标签
  

闽ICP备14008679号