Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frc-team3484/x25_robotcode
- Owner: FRC-Team3484
- Created: 2025-01-10T00:56:09.000Z (9 days ago)
- Default Branch: master
- Last Pushed: 2025-01-10T19:33:17.000Z (8 days ago)
- Last Synced: 2025-01-10T20:31:20.987Z (8 days ago)
- Topics: first-robotics-competition, frc, frc-reefscape
- Homepage:
- Size: 395 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` commandYou 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)**