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

Commit 8b5f14d

Browse files
Updated vendordeps and to 2025.7.2
Signed-off-by: thenetworkgrinch <[email protected]>
1 parent 7852324 commit 8b5f14d

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public SwerveSubsystem(File directory)
109109
swerveDrive.stopOdometryThread();
110110
}
111111
setupPathPlanner();
112-
RobotModeTriggers.autonomous().onTrue(Commands.runOnce(this::zeroGyro));
112+
RobotModeTriggers.autonomous().onTrue(Commands.runOnce(this::zeroGyroWithAlliance));
113113
}
114114

115115
/**

vendordeps/PathplannerLib.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "PathplannerLib.json",
33
"name": "PathplannerLib",
4-
"version": "2025.2.5",
4+
"version": "2025.2.6",
55
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
66
"frcYear": "2025",
77
"mavenUrls": [
@@ -12,15 +12,15 @@
1212
{
1313
"groupId": "com.pathplanner.lib",
1414
"artifactId": "PathplannerLib-java",
15-
"version": "2025.2.5"
15+
"version": "2025.2.6"
1616
}
1717
],
1818
"jniDependencies": [],
1919
"cppDependencies": [
2020
{
2121
"groupId": "com.pathplanner.lib",
2222
"artifactId": "PathplannerLib-cpp",
23-
"version": "2025.2.5",
23+
"version": "2025.2.6",
2424
"libName": "PathplannerLib",
2525
"headerClassifier": "headers",
2626
"sharedLibrary": false,

vendordeps/REVLib.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "REVLib.json",
33
"name": "REVLib",
4-
"version": "2025.0.2",
4+
"version": "2025.0.3",
55
"frcYear": "2025",
66
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
77
"mavenUrls": [
@@ -12,14 +12,14 @@
1212
{
1313
"groupId": "com.revrobotics.frc",
1414
"artifactId": "REVLib-java",
15-
"version": "2025.0.2"
15+
"version": "2025.0.3"
1616
}
1717
],
1818
"jniDependencies": [
1919
{
2020
"groupId": "com.revrobotics.frc",
2121
"artifactId": "REVLib-driver",
22-
"version": "2025.0.2",
22+
"version": "2025.0.3",
2323
"skipInvalidPlatforms": true,
2424
"isJar": false,
2525
"validPlatforms": [
@@ -36,7 +36,7 @@
3636
{
3737
"groupId": "com.revrobotics.frc",
3838
"artifactId": "REVLib-cpp",
39-
"version": "2025.0.2",
39+
"version": "2025.0.3",
4040
"libName": "REVLib",
4141
"headerClassifier": "headers",
4242
"sharedLibrary": false,
@@ -53,7 +53,7 @@
5353
{
5454
"groupId": "com.revrobotics.frc",
5555
"artifactId": "REVLib-driver",
56-
"version": "2025.0.2",
56+
"version": "2025.0.3",
5757
"libName": "REVLibDriver",
5858
"headerClassifier": "headers",
5959
"sharedLibrary": false,

vendordeps/ThriftyLib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "ThriftyLib.json",
33
"name": "ThriftyLib",
4-
"version": "2025.0.2",
4+
"version": "2025.1.0",
55
"frcYear": "2025",
66
"uuid": "60b2694b-9e6e-4026-81ee-6f167946f4b0",
77
"mavenUrls": [
@@ -12,7 +12,7 @@
1212
{
1313
"groupId": "com.thethriftybot.frc",
1414
"artifactId": "ThriftyLib-java",
15-
"version": "2025.0.2"
15+
"version": "2025.1.0"
1616
}
1717
],
1818
"jniDependencies": [],

vendordeps/photonlib.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "photonlib.json",
33
"name": "photonlib",
4-
"version": "v2025.2.1",
4+
"version": "v2025.3.1-rc1",
55
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
66
"frcYear": "2025",
77
"mavenUrls": [
@@ -13,7 +13,7 @@
1313
{
1414
"groupId": "org.photonvision",
1515
"artifactId": "photontargeting-cpp",
16-
"version": "v2025.2.1",
16+
"version": "v2025.3.1-rc1",
1717
"skipInvalidPlatforms": true,
1818
"isJar": false,
1919
"validPlatforms": [
@@ -28,7 +28,7 @@
2828
{
2929
"groupId": "org.photonvision",
3030
"artifactId": "photonlib-cpp",
31-
"version": "v2025.2.1",
31+
"version": "v2025.3.1-rc1",
3232
"libName": "photonlib",
3333
"headerClassifier": "headers",
3434
"sharedLibrary": true,
@@ -43,7 +43,7 @@
4343
{
4444
"groupId": "org.photonvision",
4545
"artifactId": "photontargeting-cpp",
46-
"version": "v2025.2.1",
46+
"version": "v2025.3.1-rc1",
4747
"libName": "photontargeting",
4848
"headerClassifier": "headers",
4949
"sharedLibrary": true,
@@ -60,12 +60,12 @@
6060
{
6161
"groupId": "org.photonvision",
6262
"artifactId": "photonlib-java",
63-
"version": "v2025.2.1"
63+
"version": "v2025.3.1-rc1"
6464
},
6565
{
6666
"groupId": "org.photonvision",
6767
"artifactId": "photontargeting-java",
68-
"version": "v2025.2.1"
68+
"version": "v2025.3.1-rc1"
6969
}
7070
]
7171
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"fileName": "yagsl-2025.7.1.json",
2+
"fileName": "yagsl-2025.7.2.json",
33
"name": "YAGSL",
4-
"version": "2025.7.1",
4+
"version": "2025.7.2",
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.7.1"
15+
"version": "2025.7.2"
1616
}
1717
],
1818
"requires": [

0 commit comments

Comments
 (0)