aboutsummaryrefslogtreecommitdiffstats
path: root/System_Python/initialize_system.py
diff options
context:
space:
mode:
Diffstat (limited to 'System_Python/initialize_system.py')
-rw-r--r--System_Python/initialize_system.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/System_Python/initialize_system.py b/System_Python/initialize_system.py
deleted file mode 100644
index 4eb287a..0000000
--- a/System_Python/initialize_system.py
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file should be run on system startup. It will initialize the linear position to the center so that all tests originate from a proper position.
-# The center is found by using the hardware limit switches
-from system import System
-
-# Main program
-sys = System()
-sys.initialize()