This project contains 6328's robot code for the 2023 CHARGED UP game. See also:
-
Our #OpenAlliance build thread on Chief Delphi.
-
Our logging framework AdvantageKit, used heavily in this project.
-
Robot code from past seasons: 2022, 2020/2021, 2019, 2018, 2017
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