Code repository from the official team RoBorregos in VSSS 2025
๐ File Breakdown:
โฝ Ball Detection:
๐ฅ Goalpost Detection:
๐ค๏ธ Line Detection:
๐ฎ Robot Control:
LARC-VSSS-2025
โโ Libs
โ โโ Bno
โ โโ Imu
โ โโ Motor
โ โโ Motors
โ โโ Photo
โ โโ PID
โ โโ Serial
โ โโ Transmission
โโ .gitignore
โโ constants.h
โโ requirements.txt
Make sure to install the corresponding boards in your Arduino environment following the instructions.
- Open Preferences using the menu bar:
- Windows/Linux: File > Preferences
- macOS: Arduino IDE > Preferences
- Find the Additional boards manager URLs setting toward the bottom.
- Click the button to the right of the text field to open the Additional Boards Manager URLs window.
- Paste or remove URLs in the window. There should be one URL for each line.
- Click OK to close the Additional Boards Manager URLs window.
Board packages can be found here:
To install python dependencies paste the following command in your cmd environment
pip install -r requirements.txt