Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.43 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.43 KB
Crescendo 2024 Icon

frc-2024

Robot code for FRC 2024 Crescendo

Prerequisites

Make sure you have Git installed, as well as some form of code editor. Visual Studio Code is recommended, as well as the Microsoft Extension Pack for Java.

Installation

  1. Open a terminal and cd into the directory you want to clone the repository into.
  2. Install Git if you haven't already.
  3. Run the command git clone https://github.com/Pigmice2733/frc-2024.git --recurse-submodules.

And you're done! The project will have been downloaded into a new folder called frc-2024.

Building and Running

  1. Open a terminal and cd into the project directory (frc-2024).
  2. To build the code, run ./gradlew build.
  3. To run all unit tests, run ./gradlew test.
  4. To deploy the code to the robot, make sure you're connected to the robot either over WiFi or through Ethernet. Then run ./gradlew deploy.