From 8de81a676e3bb8cc48621f61b2349e29bfd600f9 Mon Sep 17 00:00:00 2001 From: Yuri Oliveira <40249250+matosinho@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:27:34 +0400 Subject: [PATCH] Change gitmodules url for the ikd-tree This will allow to install fast lio even without git credentials on the local machine --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bd0011a0..b8a0efaf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "include/ikd-Tree"] path = include/ikd-Tree - url = git@github.com:hku-mars/ikd-Tree.git + url = https://github.com/hku-mars/ikd-Tree.git branch = fast_lio