From 6a792418516790d4dd66ee3d255fb89e70bc112b Mon Sep 17 00:00:00 2001 From: swittl <simon.wittl@th-deg.de> Date: Mon, 15 Jul 2024 07:03:26 +0200 Subject: [PATCH] update readme --- .gitmodules | 3 +++ src/rq_reconstruction | 1 + 2 files changed, 4 insertions(+) create mode 160000 src/rq_reconstruction diff --git a/.gitmodules b/.gitmodules index de35eb6..73628c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "src/rq_controller"] path = src/rq_controller url = https://mygit.th-deg.de/roboct/robo_quality/rq_controller +[submodule "src/rq_reconstruction"] + path = src/rq_reconstruction + url = https://mygit.th-deg.de/roboct/robo_quality/rq_reconstruction diff --git a/src/rq_reconstruction b/src/rq_reconstruction new file mode 160000 index 0000000..b33c7fb --- /dev/null +++ b/src/rq_reconstruction @@ -0,0 +1 @@ +Subproject commit b33c7fb8801e82b47a70e0bf5b64586101976970 -- GitLab