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