aboutsummaryrefslogtreecommitdiffstats
path: root/System/Pendulum/errorTestScript.py
diff options
context:
space:
mode:
Diffstat (limited to 'System/Pendulum/errorTestScript.py')
-rw-r--r--System/Pendulum/errorTestScript.py42
1 files changed, 0 insertions, 42 deletions
diff --git a/System/Pendulum/errorTestScript.py b/System/Pendulum/errorTestScript.py
deleted file mode 100644
index cb029d5..0000000
--- a/System/Pendulum/errorTestScript.py
+++ /dev/null
@@ -1,42 +0,0 @@
-
-import sys
-sys.path.insert(0, '/home/pi/pendulum/System')
-from System.system import System
-import time
-from sys import exit
-#import pandas
-
-
-sys = System(angular_units = 'Radians')
-
-for x in range(0,10:
- angle, linear = sys.measure()
- print("Angle: " + str(angle) + ", Linear: " + str(linear))
- sys.add_results(linear, angle, angle)
- time.sleep(0.2)
-
-
-exit()
-
-
-
-
-
-
-
-
-#class test():
-# def __init__(self, x, theta):
-# self.x = 0
-# self.theta = 0
-#
-# def getINFO(self, theta):
-# #theta, x = self.System.measure()
-# theta, x = self.sys.measure()
-#
-#while(1):
-# test.getINFO()
-# print("t")
-# #print("theta",test.theta)
-# #print("x",test.x)
-# \ No newline at end of file