From 2e24f4ab29caa41b56e4f727006d61f33f2ab2b4 Mon Sep 17 00:00:00 2001 From: Vincent Berthiaume Date: Mon, 23 Dec 2024 12:33:36 -0500 Subject: [PATCH] create and add 3rd party submodule to contain the IMU_Sensor_Fursion submodule and the boost library --- .gitmodules | 6 +++--- 3rdparty | 1 + 3rdparty/IMU_Sensor_Fusion | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) create mode 160000 3rdparty delete mode 160000 3rdparty/IMU_Sensor_Fusion diff --git a/.gitmodules b/.gitmodules index ae14b99..3def47a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "IMU_Sensor_Fusion"] - path = 3rdparty/IMU_Sensor_Fusion - url = https://github.com/malloch/IMU_Sensor_Fusion +[submodule "3rdparty"] + path = 3rdparty + url = git@github.com:Puara/3rdparty.git diff --git a/3rdparty b/3rdparty new file mode 160000 index 0000000..05f8b16 --- /dev/null +++ b/3rdparty @@ -0,0 +1 @@ +Subproject commit 05f8b169e07ed528f469969c2a3d574835e5b383 diff --git a/3rdparty/IMU_Sensor_Fusion b/3rdparty/IMU_Sensor_Fusion deleted file mode 160000 index 9412e64..0000000 --- a/3rdparty/IMU_Sensor_Fusion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9412e6423e2e07d88573cd8d4fe9b19f09fedcc7