Skip to content

Parsa-Sedighi/Team5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkey_bot

  1. Generate SSH key on the Pi:

ssh-keygen -t ed25519 -C "your_email@example.com"

  1. Copy the public key:

cat ~/.ssh/id_ed25519.pub

  1. Add it to GitHub → Settings → SSH and GPG keys → New SSH key.

  2. Change your remote URL to SSH:

git remote set-url origin git@github.com:colin-szeto/monkey_bot.git

Detecting the usb gamepad

  1. List all input devices ls -l /dev/input/by-id/

On a Pi with an F310 plugged in, you should see something like:

usb-Logitech_Gamepad_F310-event-joystick -> ../event3

entering the venv

Create the virtual environment

python3 -m venv venv

Activate it

source venv/bin/activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 95.8%
  • C++ 4.2%