Running commands made in python for Alphabot




-Python files must be saved as executable scripts in order to run if you are creating your own 
-Alphabot Class file (AlphaBot2.py) must be in the same folder location as desired script in order to run




1 - Access the Alphabot

    Find address on white sticker of robot 
    SSH into the robot 

    ssh pi@(address)

    ssh pi@10.26.0.75
    


2 - Navgiate to folder of script 

    cd ~/code/AlphaBot2/AlphaBot2/python



3 - Call specific name of folder in order to run the command inside

    sudo python (name of py file).py

    To run the forward function:
    sudo python 1forward.py
    
    To run the line following function:
    sudo python Line_Follow.py