Skip to content

Commit

Permalink
PPLib 3.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming authored Oct 18, 2024
1 parent b3b43e4 commit 890d8b9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"description": "PathPlanner's powerful robot-side vendor library",
"website": "https://pathplanner.dev/pathplannerlib.html"
},
{
"path": "2025/PathplannerLib-2025.0.0-beta-3.1.json",
"name": "PathPlannerLib",
"version": "2025.0.0-beta-3.1",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"description": "PathPlanner's powerful robot-side vendor library",
"website": "https://pathplanner.dev/pathplannerlib.html"
}
]
38 changes: 38 additions & 0 deletions 2025/PathplannerLib-2025.0.0-beta-3.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"fileName": "PathplannerLib-beta.json",
"name": "PathplannerLib",
"version": "2025.0.0-beta-3.1",
"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.1"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2025.0.0-beta-3.1",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"osxuniversal",
"linuxx86-64",
"linuxathena",
"linuxarm32",
"linuxarm64"
]
}
]
}

0 comments on commit 890d8b9

Please sign in to comment.