From d8096b3ac881bfa1d5160dabc03c8cf672956a5a Mon Sep 17 00:00:00 2001
From: Mathieu <mathieu@feedly.com>
Date: Sun, 1 Dec 2019 19:25:20 -0500
Subject: [PATCH] [robots@runes] (init) Add base repo structure

---
 robots-at-runes/Readme.md             | 6 ++++++
 robots-at-runes/requirements.txt      | 0
 robots-at-runes/research/constants.py | 0
 3 files changed, 6 insertions(+)
 create mode 100644 robots-at-runes/Readme.md
 create mode 100644 robots-at-runes/requirements.txt
 create mode 100644 robots-at-runes/research/constants.py

diff --git a/robots-at-runes/Readme.md b/robots-at-runes/Readme.md
new file mode 100644
index 0000000..f2b9dad
--- /dev/null
+++ b/robots-at-runes/Readme.md
@@ -0,0 +1,6 @@
+
+# Robots@Runes
+
+## Goal
+
+The goal of this project is to detect the runes' rotation, from our robots, to be able to assist the pilot into shooting them.
diff --git a/robots-at-runes/requirements.txt b/robots-at-runes/requirements.txt
new file mode 100644
index 0000000..e69de29
diff --git a/robots-at-runes/research/constants.py b/robots-at-runes/research/constants.py
new file mode 100644
index 0000000..e69de29
-- 
GitLab