From dd1b4776224507978b483dc696bdad57d08b75cb Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 25 Dec 2024 10:13:23 +0100 Subject: Added submodules. --- .gitmodules | 9 +++++++++ eigen | 1 + pcg-cpp | 1 + randutils | 1 + 4 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 160000 eigen create mode 160000 pcg-cpp create mode 160000 randutils diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ee47053 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "eigen"] + path = eigen + url = https://gitlab.com/libeigen/eigen/ +[submodule "pcg-cpp"] + path = pcg-cpp + url = https://github.com/imneme/pcg-cpp +[submodule "randutils"] + path = randutils + url = https://gist.github.com/imneme/540829265469e673d045 diff --git a/eigen b/eigen new file mode 160000 index 0000000..3147391 --- /dev/null +++ b/eigen @@ -0,0 +1 @@ +Subproject commit 3147391d946bb4b6c68edd901f2add6ac1f31f8c diff --git a/pcg-cpp b/pcg-cpp new file mode 160000 index 0000000..428802d --- /dev/null +++ b/pcg-cpp @@ -0,0 +1 @@ +Subproject commit 428802d1a5634f96bcd0705fab379ff0113bcf13 diff --git a/randutils b/randutils new file mode 160000 index 0000000..5afb443 --- /dev/null +++ b/randutils @@ -0,0 +1 @@ +Subproject commit 5afb4439c23a6c060eda72121bff8bf9da59591a -- cgit v1.2.3-70-g09d2