Commit 4574a45e authored by Aadil M. Alli's avatar Aadil M. Alli

Update 0_Guide_Running

parent 70a093c3
...@@ -2,8 +2,9 @@ Running commands made in python for Alphabot ...@@ -2,8 +2,9 @@ Running commands made in python for Alphabot
-If you are creating your own code it must be saved as an executable script
-Create a new Python files must and save as executable in order to run if you are creating your own code or you can use 1_template -You can use 1_template for the basic layout
-FILE PERMISSIONS MUST BE CHANGED: Right click file > Properties > Permissions > Execute > Anyone or your choice
-Alphabot Class file (AlphaBot2.py) must be in the same folder location as desired code in order to run as the bot relies on functions from this class -Alphabot Class file (AlphaBot2.py) must be in the same folder location as desired code in order to run as the bot relies on functions from this class
...@@ -15,7 +16,7 @@ Running commands made in python for Alphabot ...@@ -15,7 +16,7 @@ Running commands made in python for Alphabot
SSH into the robot and enter password SSH into the robot and enter password
SSH device and robot must be on the same wifi network in order to work SSH device and robot must be on the same wifi network in order to work
ssh pi@(address) ssh pi@(YOUR ADDRESS)
ssh pi@10.26.0.75 ssh pi@10.26.0.75
...@@ -28,7 +29,7 @@ Running commands made in python for Alphabot ...@@ -28,7 +29,7 @@ Running commands made in python for Alphabot
3 - Call specific name of folder in order to run the command inside 3 - Call specific name of folder in order to run the command inside
sudo python (name of py file) sudo python (YOUR PY FILE NAME)
To run the forward function: To run the forward function:
sudo python 1forward.py sudo python 1forward.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment