This repository contains the codebase for the 2024 gap year of Greeley Robotics, competing in the FIRST Robotics Competition.
- WPILib Suite - The official software for FRC robot development.
- Java - We use Java for programming our robot.
- VSCode - We use VSCode as our main IDE. Please refer to Master Docs for installation
- Clone this repository to your local machine.
git clone https://github.com/Greeley-Robotics/v1.git
- Ensure proper hardware wiring on the physical robot.
- Open the project in VSCode.
- Build and deploy the code to the robot using WPILib Suite.
- Fork the repository and create a new branch for your feature or bug fix.
- Ensure that your code follows the coding conventions specified in the Conventions document.
- Test your changes thoroughly before submitting a pull request.
- Submit your pull request to the
devbranch for review. - After review, your changes may be merged into the main branch.
This project is licensed under the MIT License