Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 91bc72d

Browse files
authored
Update README.md
1 parent 52e788e commit 91bc72d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
11
[![CI](https://github.com/nerdherd/Crescendo2024/actions/workflows/main.yml/badge.svg)](https://github.com/nerdherd/Crescendo2024/actions/workflows/main.yml)
2+
3+
# Crescendo2024
4+
5+
FRC Team 687's code for its Crescendo 2024 competition robot, *Abruticus*.
6+
7+
## How to Use
8+
9+
This program requires WPILib VSCode 2024 and FRC Game Tools 2024 to be installed.
10+
Clone this repository from <https://github.com/nerdherd/Crescendo2024>,
11+
open it in VSCode, and press shift + F5 to deploy it to the robot.
12+
Then use Driver Station to enable the robot.
13+
14+
This program uses two PS4 Controllers for operator input. Due to hardware issues, a wrapper class `BadPS4` is used to translate button inputs to typical PS4 inputs.
15+
16+
## Contributing
17+
18+
Please branch off from the `main` branch for any changes, and then submit a PR when finished.
19+
Changes will be merged into the main branch and tagged as a release.
20+
21+
## 3rd Party Libraries
22+
23+
This repository uses:
24+
- [NavX 2024.1.0](https://dev.studica.com/releases/2024/NavX.json)
25+
- [Pathplanner 2024.2.8](https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json)
26+
- [CTRE Phoenix v5](https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2024-latest.json)
27+
- [CTRE Phoenix v6](https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2024-latest.json)
28+
- [REVLib 2024.2.0](https://software-metadata.revrobotics.com/REVLib-2024.json)
29+
- [WPIlib New Commands Library](https://docs.wpilib.org/en/stable/docs/software/vscode-overview/3rd-party-libraries.html)

0 commit comments

Comments
 (0)