This repo holds 3484's 2026 robot code, written in Python.
Clone this repository:
git clone https://github.com/FRC-Team3484/X26_RobotCodeOr, use Git: Clone in the VSCode command pallate (Ctrl+Shift+P)
Create a new virtual enviroment and activate it:
python -m venv .venvOr, with the Python VSCode extension, click the Python version number in the bottom right, and select Create Virtual Enviroment
Install the dependencies:
pip install -r requirements.txtAnd sync robotpy libraries:
robotpy syncTest your code using the following command:
robotpy test