This repository contains the codebase for the 2025 rookie year of Orbotics FRC Team 10152, 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.