Team 7407 Wired Boars Crescendo Robot Code
This is the code for the 2023-2024 FRC season. The code is written in Python and is intended to be used with RobotPy.
- Clone the repository to your local machine.
- Open the repository in your preferred IDE and open a terminal in the project directory.
- Install the necessary libraries with
pip install robotpy
- Run
py -3 -m robotpy sync
to install the necessary dependencies. - Run
py -3 -m robotpy deploy
to deploy the code to the robot.
Check out our documentation here.