Skip to content

Commit d23624f

Browse files
committed
🥀.java isn't ok i guess
1 parent 28e044a commit d23624f

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

‎src/main/java/frc/robot/Subsystems/Manager/Manager.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ public boolean isHubActive() {
124124
@Override
125125
public void periodic() {
126126
super.periodic();
127-
WiltingRoseControllerUtils.resetWiltingRoseControllers();
127+
WiltingRoseControllerUtility.resetWiltingRoseControllers();
128128
}
129129
}

src/main/java/frc/robot/Subsystems/Manager/🥀.java renamed to src/main/java/frc/robot/Subsystems/Manager/WiltingRoseControllerUtility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import static frc.robot.GlobalConstants.Controllers.*;
44

5-
class WiltingRoseControllerUtils {
5+
class WiltingRoseControllerUtility {
66

77
public static void resetWiltingRoseControllers() {
88
// Read each controller press once (this clears the internal "pressed" cache). DRIVER_CONTROLLER.getAButtonPressed();
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"fileName": "maple-sim-0.4.0-beta.json",
3+
"name": "maplesim",
4+
"version": "0.4.0-beta",
5+
"frcYear": "2026",
6+
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
7+
"mavenUrls": [
8+
"https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/repos/releases",
9+
"https://repo1.maven.org/maven2"
10+
],
11+
"jsonUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json",
12+
"javaDependencies": [
13+
{
14+
"groupId": "org.ironmaple",
15+
"artifactId": "maplesim-java",
16+
"version": "0.4.0-beta"
17+
},
18+
{
19+
"groupId": "org.dyn4j",
20+
"artifactId": "dyn4j",
21+
"version": "5.0.2"
22+
}
23+
],
24+
"jniDependencies": [],
25+
"cppDependencies": []
26+
}

0 commit comments

Comments
 (0)