diff --git a/2025.json b/2025.json index 733b15f..55a1f13 100644 --- a/2025.json +++ b/2025.json @@ -30,5 +30,13 @@ "uuid": "ab676553-b602-441f-a38d-f1296eff6537", "description": "Libraries for Phoenix 5 devices", "website": "https://docs.ctr-electronics.com/" + }, + { + "path": "2025/PathplannerLib-2025.0.0-beta-3.json", + "name": "PathPlannerLib", + "version": "2025.0.0-beta-3", + "uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786", + "description": "PathPlanner's powerful robot-side vendor library", + "website": "https://pathplanner.dev/pathplannerlib.html" } ] \ No newline at end of file diff --git a/2025/PathplannerLib-2025.0.0-beta-3.json b/2025/PathplannerLib-2025.0.0-beta-3.json new file mode 100644 index 0000000..9cacade --- /dev/null +++ b/2025/PathplannerLib-2025.0.0-beta-3.json @@ -0,0 +1,38 @@ +{ + "fileName": "PathplannerLib-2025.0.0-beta-3.json", + "name": "PathplannerLib", + "version": "2025.0.0-beta-3", + "uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786", + "frcYear": "2025", + "mavenUrls": [ + "https://3015rangerrobotics.github.io/pathplannerlib/repo" + ], + "jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib-beta.json", + "javaDependencies": [ + { + "groupId": "com.pathplanner.lib", + "artifactId": "PathplannerLib-java", + "version": "2025.0.0-beta-3" + } + ], + "jniDependencies": [], + "cppDependencies": [ + { + "groupId": "com.pathplanner.lib", + "artifactId": "PathplannerLib-cpp", + "version": "2025.0.0-beta-3", + "libName": "PathplannerLib", + "headerClassifier": "headers", + "sharedLibrary": false, + "skipInvalidPlatforms": true, + "binaryPlatforms": [ + "windowsx86-64", + "osxuniversal", + "linuxx86-64", + "linuxathena", + "linuxarm32", + "linuxarm64" + ] + } + ] +} \ No newline at end of file