Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
Aadil Work
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Aadil M. Alli
Aadil Work
Commits
4574a45e
Commit
4574a45e
authored
Dec 09, 2022
by
Aadil M. Alli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 0_Guide_Running
parent
70a093c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
0_Guide_Running
0_Guide_Running
+5
-4
No files found.
0_Guide_Running
View file @
4574a45e
...
...
@@ -2,8 +2,9 @@ Running commands made in python for Alphabot
-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
-If you are creating your own code it must be saved as an executable script
-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
...
...
@@ -15,7 +16,7 @@ Running commands made in python for Alphabot
SSH into the robot and enter password
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
...
...
@@ -28,7 +29,7 @@ Running commands made in python for Alphabot
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:
sudo python 1forward.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment