-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREV2mDistanceSensor.json
More file actions
56 lines (56 loc) · 1.67 KB
/
REV2mDistanceSensor.json
File metadata and controls
56 lines (56 loc) · 1.67 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"fileName": "REV2mDistanceSensor.json",
"name": "REV2mDistanceSensor",
"version": "2026.0.0",
"frcYear": "2026",
"uuid": "9e352acd-4eec-40f7-8490-3357b5ed65ae",
"mavenUrls": [
"https://maven.revrobotics.com/"
],
"jsonUrl": "https://github.com/REVrobotics/2m-Distance-Sensor/blob/master/Source/vendordeps/REV2mDistanceSensor.json",
"javaDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-java",
"version": "2026.0.0"
}
],
"jniDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-driver",
"version": "2026.0.0",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"linuxathena"
]
}
],
"cppDependencies": [
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-cpp",
"version": "2026.0.0",
"libName": "libDistanceSensor",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena"
]
},
{
"groupId": "com.revrobotics.frc",
"artifactId": "DistanceSensor-driver",
"version": "2026.0.0",
"libName": "libDistanceSensorDriver",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"linuxathena"
]
}
]
}