Closed infinitysky closed 2 years ago
这个问题我也遇到过,你可以参考一下下图中的解决方案:对FAST_LIO文件夹下面的隐藏文件.gitmodules进行修改,打开文件,把 git 形式的 url 改为 https 形式。
除外,我把我之前测试fastlio的整个过程都记录在了下面这篇文章中,包括后面的 rosbag example,你都可以参考一下。 https://zhuanlan.zhihu.com/p/461246350
这个问题我也遇到过,你可以参考一下下图中的解决方案:对FAST_LIO文件夹下面的隐藏文件.gitmodules进行修改,打开文件,把 git 形式的 url 改为 https 形式。
除外,我把我之前测试fastlio的整个过程都记录在了下面这篇文章中,包括后面的 rosbag example,你都可以参考一下。 https://zhuanlan.zhihu.com/p/461246350
非常感谢!最新commit已经fix了这个问题。
非常感谢几位的回复的帮助
我之前是直接删除 include\ikd-Tree
这个文件夹,然后直接在 include
这个文件夹项目做 git clone https://github.com/hku-mars/ikd-Tree
完成的
感谢几位的时间和帮助,谢谢
Hi all
I am trying to rebuild this project, and I already completed all the libraries installation process.
However, I meet a problem with stage2 build:
when I running
git submodule update --init
commond I found this error messingis any one has idea to resolve it?
thank you