Skip to content

Commit 063baec

Browse files
committed
Add PathPlannerLib beta 4
1 parent f14f1c1 commit 063baec

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

2025.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@
7979
"description": "PathPlanner's powerful robot-side vendor library",
8080
"website": "https://pathplanner.dev/pathplannerlib.html"
8181
},
82+
{
83+
"path": "2025/PathplannerLib-2025.0.0-beta-4.json",
84+
"name": "PathplannerLib",
85+
"version": "2025.0.0-beta-4",
86+
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
87+
"description": "PathPlanner's powerful robot-side vendor library",
88+
"website": "https://pathplanner.dev/pathplannerlib.html"
89+
},
8290
{
8391
"path": "2025/DogLog-2025.0.0.json",
8492
"name": "DogLog",
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"fileName": "PathplannerLib-2025.0.0-beta-4.json",
3+
"name": "PathplannerLib",
4+
"version": "2025.0.0-beta-4",
5+
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
6+
"frcYear": "2025",
7+
"mavenUrls": [
8+
"https://3015rangerrobotics.github.io/pathplannerlib/repo"
9+
],
10+
"jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib-beta.json",
11+
"javaDependencies": [
12+
{
13+
"groupId": "com.pathplanner.lib",
14+
"artifactId": "PathplannerLib-java",
15+
"version": "2025.0.0-beta-4"
16+
}
17+
],
18+
"jniDependencies": [],
19+
"cppDependencies": [
20+
{
21+
"groupId": "com.pathplanner.lib",
22+
"artifactId": "PathplannerLib-cpp",
23+
"version": "2025.0.0-beta-4",
24+
"libName": "PathplannerLib",
25+
"headerClassifier": "headers",
26+
"sharedLibrary": false,
27+
"skipInvalidPlatforms": true,
28+
"binaryPlatforms": [
29+
"windowsx86-64",
30+
"osxuniversal",
31+
"linuxx86-64",
32+
"linuxathena",
33+
"linuxarm32",
34+
"linuxarm64"
35+
]
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)