Skip to content

Mechanical-Advantage/RobotCode2023

Repository files navigation

RobotCode2023

Build

This project contains 6328's robot code for the 2023 CHARGED UP game. See also:

CHARGED UP logo

Python Environment

To set up the Python environment for formatting with Black and running Kairos, follow the steps below.

python -m venv venv
source ./venv/bin/activate # Linux/macOS
.\\venv\\Scripts\\activate # Windows
pip install -r requirements.txt