Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ pi Public archive

Competition Robot's code

Notifications You must be signed in to change notification settings

barsikus007/pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

π robot main program

Deploy that on your raspberry, then install requirements and launch main.py
To connect to DualShock use the ds4drv
You can add main.py to startup via crontab:

crontab -e

Then choose your editor and add several lines to the end of a file

@reboot ds4drv
@reboot /usr/bin/python3 path_to_file/main.py