aboutsummaryrefslogtreecommitdiffstats
path: root/System/initialize_system.py
blob: 4eb287a46f9ff58898bed73c0aa7b9aeab73c15d (plain) (blame)
1
2
3
4
5
6
7
# 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()