Skip to content

Commit

Permalink
Reverted Pathplanner to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzyna committed Jan 9, 2024
1 parent 32276a5 commit 0f4ea46
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions vendordeps/PathplannerLib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "PathplannerLib.json",
"name": "PathplannerLib",
"version": "2024.1.1",
"version": "2023.4.4",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,15 +12,15 @@
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2024.1.1"
"version": "2023.4.4"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "2024.1.1",
"version": "2023.4.4",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
Expand All @@ -29,9 +29,7 @@
"windowsx86-64",
"linuxx86-64",
"osxuniversal",
"linuxathena",
"linuxarm32",
"linuxarm64"
"linuxathena"
]
}
]
Expand Down

0 comments on commit 0f4ea46

Please sign in to comment.