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

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

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