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
afd902a2
Commit
afd902a2
authored
Feb 09, 2023
by
Aadil M. Alli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
1e7c7e89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
0_Guide_Running
Alphabot2-Lab/0_Guide_Running
+40
-0
No files found.
Alphabot2-Lab/0_Guide_Running
0 → 100644
View file @
afd902a2
Running commands made in python for Alphabot
-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
1 - Access the Alphabot
Find address on white sticker of robot
SSH into the robot and enter password
SSH device and robot must be on the same wifi network in order to work
ssh pi@(YOUR ADDRESS)
ssh pi@10.26.0.75
2 - Navgiate to the folder of command stored in the raspberry pi of the Alphabot
cd ~/code/AlphaBot2/AlphaBot2/python
3 - Call specific name of folder in order to run the command inside
sudo python (YOUR PY FILE NAME)
To run the forward function:
sudo python 1forward.py
To run the line following function:
sudo python Line_Follow.py
\ No newline at end of file
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