From 92d6c95970333bc30bcf3893c0eeedade37ea943 Mon Sep 17 00:00:00 2001 From: junjie <18979441997@163.com> Date: Tue, 20 Jun 2023 20:59:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84readme=E9=83=A8=E5=88=86?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ff2bdd..a503029 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 4. 回环优化后对姿态和局部地图进行重新矫正(回环优化后,出现多线程数据冲突问题,参考LIO-SAM来解决问题)已解决 5. 新发现一个bug,建图出现重影,有两个,但是暂时找不到问题所在。(2023年6月20号) - +有任何问题,都可以提出,欢迎交流! ## Simplified Implementation of FAST_LIO @@ -43,7 +43,7 @@ Follow [livox_ros_driver Installation](https://github.com/Livox-SDK/livox_ros_dr Source:Add the line ``` source $Licox_ros_driver_dir$/devel/setup.bash ``` to the end of file ``` ~/.bashrc ```, where ``` $Licox_ros_driver_dir$ ``` is the directory of the livox ros driver workspace (should be the ``` ws_livox ``` directory if you completely followed the livox official document). ### 1.4. **Sophus** -We use the old version of Sophus +We use the old version of Sophus,这个问题已经解决,可以使用最新的版本,并且跳过这个部分 ``` git clone https://github.com/strasdat/Sophus.git cd Sophus @@ -54,6 +54,9 @@ cmake ../ -DUSE_BASIC_LOGGING=ON make sudo make install ``` +### 1.5. **GTSAM** + +你需要自行搜索,并且安装gtsam优化库。 ## 2. Build S-FAST_LIO