File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
src/main/java/frc/robot/Subsystems/Manager Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 22
33import 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();
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments