From 66a3a30fefb2ca1cb52f2c233a57ad69636b66e2 Mon Sep 17 00:00:00 2001
From: Malte Matthey <malte.matthey@student.kit.edu>
Date: Fri, 17 Jan 2025 15:54:44 +0100
Subject: [PATCH] Add submodule for learn_environment repository

---
 .gitmodules | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitmodules

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..7e797c7
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "catkin_ws/src/learn_environment"]
+	path = catkin_ws/src/learn_environment
+	url = git@gitlab.kit.edu:kit/aifb/BIS/lehre/seminare/programmieren_3/202425/gruppe-3/learn-environment-franka-emika-panda.git
-- 
GitLab