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

Commit beefe34

Browse files
Update to beta
Signed-off-by: thenetworkgrinch <[email protected]>
1 parent 28506a1 commit beefe34

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "java"
3-
id "edu.wpi.first.GradleRIO" version "2025.1.1"
3+
id "edu.wpi.first.GradleRIO" version "2025.2.1"
44
}
55

66
java {

src/main/java/frc/robot/subsystems/swervedrive/SwerveSubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public Command sysIdDriveMotorCommand()
348348
return SwerveDriveTest.generateSysIdCommand(
349349
SwerveDriveTest.setDriveSysIdRoutine(
350350
new Config(),
351-
this, swerveDrive, 12),
351+
this, swerveDrive, 12, true),
352352
3.0, 5.0, 3.0);
353353
}
354354

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"fileName": "yagsl-2025.2.0.json",
2+
"fileName": "yagsl-2025.2.1-beta3.json",
33
"name": "YAGSL",
4-
"version": "2025.2.0",
4+
"version": "2025.2.1-beta3",
55
"frcYear": "2025",
66
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
77
"mavenUrls": [
@@ -12,7 +12,7 @@
1212
{
1313
"groupId": "swervelib",
1414
"artifactId": "YAGSL-java",
15-
"version": "2025.2.0"
15+
"version": "2025.2.1-beta3"
1616
}
1717
],
1818
"requires": [
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"uuid": "cb311d09-36e9-4143-a032-55bb2b94443b",
45-
"errorMessage": "NavX is required!",
45+
"errorMessage": "Studica is required!",
4646
"offlineFileName": "Studica-2025.0.0.json",
4747
"onlineUrl": "https://dev.studica.com/releases/2025/Studica-2025.0.0.json"
4848
},
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b",
57-
"errorMessage": "MapleSim is requires for simulation",
57+
"errorMessage": "maple-sim is required for simulation",
5858
"offlineFileName": "maple-sim.json",
5959
"onlineUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json"
6060
}

0 commit comments

Comments
 (0)