Skip to content

FRC-Team3484/X25_RobotCode

Repository files navigation

X25 Robot Code Logo

X25 Robot Code

This repository holds 3484's robot code for the 2025 Reefscape season

BranchesDocumentation

Installation

Note

This project uses WPILib 2025.2.1 and includes needed vendor dependencies

First, download the 2025.2.1 Release of WPILib and install it to your computer.

Next, clone this repository

git clone https://github.com/FRC-Team3484/X25_RobotCode

Now, open the WPILib VSCode that you just installed and navigate to the X25_RobotCode folder. Open the command palette (Ctrl-Shift-P) and run the WPILib: Build Robot Code command

Source control and WPILib tools and functionality should both be avaliable in this directory

Documentation

This repo contains several pieces of documentation which may be useful throughout the season or in the future. Some of these are repo specific and some are from FRC-Team3484/programming-lists