From fc5c1b0bc7491a74d9517a9ea681b74a1e2fb6d9 Mon Sep 17 00:00:00 2001 From: Matthew Choulas Date: Wed, 6 Dec 2023 08:36:14 -0500 Subject: [PATCH] remove pathplanner --- vendordeps/PathplannerLib.json | 35 ---------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 vendordeps/PathplannerLib.json diff --git a/vendordeps/PathplannerLib.json b/vendordeps/PathplannerLib.json deleted file mode 100644 index bfe02eb..0000000 --- a/vendordeps/PathplannerLib.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "fileName": "PathplannerLib.json", - "name": "PathplannerLib", - "version": "2023.3.4", - "uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786", - "mavenUrls": [ - "https://3015rangerrobotics.github.io/pathplannerlib/repo" - ], - "jsonUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json", - "javaDependencies": [ - { - "groupId": "com.pathplanner.lib", - "artifactId": "PathplannerLib-java", - "version": "2023.3.4" - } - ], - "jniDependencies": [], - "cppDependencies": [ - { - "groupId": "com.pathplanner.lib", - "artifactId": "PathplannerLib-cpp", - "version": "2023.3.4", - "libName": "PathplannerLib", - "headerClassifier": "headers", - "sharedLibrary": false, - "skipInvalidPlatforms": true, - "binaryPlatforms": [ - "windowsx86-64", - "linuxx86-64", - "osxuniversal", - "linuxathena" - ] - } - ] -} \ No newline at end of file