Skip to content

RoboCup Junior Soccer Open robot by LNX Robots

License

Notifications You must be signed in to change notification settings

RoboExper/rcj-soccer-open

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCup Soccer Open

Setup

Install packages and libraries

sudo apt install python3-pip git i2c-tools python3-opencv python3-serial python3-websockets
sudo pip3 install Adafruit-Blinka adafruit-circuitpython-bno055 adafruit-extended-bus adafruit-circuitpython-ssd1306 pillow bluedot

Enable software I2C and second UART, disable builtin Bluetooth

Add following lines to /boot/config.txt:

# Software i2c - custom
dtoverlay=i2c-gpio,bus=3

# Second and fifth UART - custom
dtoverlay=uart2
dtoverlay=uart5

# Uncomment to disable builtin bluetooth - custom
#dtoverlay=disable-bt

Pairing robots

Pair using bluedot manual.

Camera

Obtain frames using Picamera2.

About

RoboCup Junior Soccer Open robot by LNX Robots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.7%
  • C++ 35.5%
  • Lua 0.8%