https://github.com/frc-team3484/x25_robotcode
FRC 3484 - Reefscape Robot Code
https://github.com/frc-team3484/x25_robotcode
first-robotics-competition frc frc-cpp frc-reefscape
Last synced: 3 days ago
JSON representation
FRC 3484 - Reefscape Robot Code
- Host: GitHub
- URL: https://github.com/frc-team3484/x25_robotcode
- Owner: FRC-Team3484
- License: other
- Created: 2025-01-14T19:22:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-29T22:39:22.000Z (about 2 months ago)
- Last Synced: 2025-04-29T23:31:24.652Z (about 2 months ago)
- Topics: first-robotics-competition, frc, frc-cpp, frc-reefscape
- Language: C++
- Homepage: https://github.com/FRC-Team3484/X25_RobotCode
- Size: 1.74 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

X25 Robot Code
**This repository holds 3484's robot code for the 2025 Reefscape season**
**[Branches](https://github.com/FRC-Team3484/X25_RobotCode/branches)** ● **[Documentation](#documentation)**
## Installation
> [!NOTE]
> **This project uses WPILib 2025.3.1 and includes needed vendor dependencies**First, download the [2025.3.1 Release of WPILib](https://github.com/wpilibsuite/allwpilib/releases/tag/v2025.3.1) 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` commandSource 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](https://github.com/FRC-Team3484/programming-lists)- **[Repository Good Practices](docs/Repository_Good_Practices.md)**
- [Branches](docs/Repository_Good_Practices.md#branches)
- [Merging Branches](docs/Repository_Good_Practices.md#merging-branches)
- **[Code Style Guide](docs/Code_Style_Guide.md)**
- [Cases](docs/Code_Style_Guide.md#cases)
- [Formatting](docs/Code_Style_Guide.md#formatting)
- [File Names](docs/Code_Style_Guide.md#file-names)
- [Other](docs/Code_Style_Guide.md#other)
- **[Commenting Guide](docs/Commenting_Guide.md)**
- **[How to Use Git](docs/How_to_Use_Git.md)**
- **[C++ Learning](docs/C++_Learning.md)**
- **[Useful Documentation](docs/Useful_Documentation.md)**