Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frc-team3484/x25_robotcode

FRC Robot Code - 2025 Reefscape
https://github.com/frc-team3484/x25_robotcode

first-robotics-competition frc frc-reefscape

Last synced: 8 days ago
JSON representation

FRC Robot Code - 2025 Reefscape

Awesome Lists containing this project

README

        

![X25 Robot Code Logo](repo/images/logo_smaller.png)

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

First, clone this repository
```
git clone https://github.com/FRC-Team3484/X25-RobotCode
```
Next, open the WPILib VSCode and navigate to the `X25_RobotCode` folder. Open the command palette (`Ctrl-Shift-P`) and run the `WPILib: Build Robot Code` command

You can use Git: Open Repository and select the `X25_RobotCode` parent folder to enable the Git tools inside of VSCode, while still being able to build and run the code

## 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)

- **[Organizing This Repository And Branches](docs/Organizing_This_Repository_And_Branches.md)**
- [Branches](docs/Organizing_This_Repository_And_Branches.md#branches)
- [Merging Branches](docs/Organizing_This_Repository_And_Branches.md#merging-branches)
- **[How to Use Git](docs/How_to_Use_Git.md)**
- **[C++ Learning](docs/C++_Learning.md)**
- **[Useful Documentation](docs/Useful_Documentation.md)**