-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPathplannerLibDev.json
More file actions
38 lines (38 loc) · 1.12 KB
/
PathplannerLibDev.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"fileName": "PathplannerLibDev.json",
"name": "PathplannerLib",
"version": "0.0.0-dev-1355",
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"frcYear": "2026beta",
"mavenUrls": [
"https://frccriticalcircuits.github.io/pplib/"
],
"jsonUrl": "https://frccriticalcircuits.github.io/PathplannerLibDev.json",
"javaDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "0.0.0-dev-1355"
}
],
"jniDependencies": [],
"cppDependencies": [
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-cpp",
"version": "0.0.0-dev-1355",
"libName": "PathplannerLib",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal",
"linuxathena",
"linuxarm32",
"linuxarm64"
]
}
]
}