summaryrefslogtreecommitdiff
path: root/2017/ev3-controller/line_follower_Q.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-07-18 17:19:59 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2017-07-18 17:19:59 +0200
commitceb8ec11d221d3a69b01b5839238c76449ac45e3 (patch)
treeb87ec68467085fdfa620283a2eb2626daaef6746 /2017/ev3-controller/line_follower_Q.py
parent7f20764a1d47ebfa871d2b66cfd006c8e23cff4e (diff)
2017/ev3-controller: add copyright infoHEADmaster
Diffstat (limited to '2017/ev3-controller/line_follower_Q.py')
-rw-r--r--2017/ev3-controller/line_follower_Q.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/2017/ev3-controller/line_follower_Q.py b/2017/ev3-controller/line_follower_Q.py
index a1ea427..812ab5e 100644
--- a/2017/ev3-controller/line_follower_Q.py
+++ b/2017/ev3-controller/line_follower_Q.py
@@ -1,3 +1,10 @@
+# Copyright 2017 Amra Omanović, Nejka Bolčič, Magda Nowak-Trzos
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
import numpy as np
from EV3Robot import *
import csv