Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 668 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 668 Bytes

7407-DriveCode-Crescendo

Team 7407 Wired Boars Crescendo Robot Code

Overview

This is the code for the 2023-2024 FRC season. The code is written in Python and is intended to be used with RobotPy.

Installation

  1. Clone the repository to your local machine.
  2. Open the repository in your preferred IDE and open a terminal in the project directory.
  3. Install the necessary libraries with pip install robotpy
  4. Run py -3 -m robotpy sync to install the necessary dependencies.
  5. Run py -3 -m robotpy deploy to deploy the code to the robot.

Getting Started

Check out our documentation here.