You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
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.
0 commit comments