Skip to content

Commit

Permalink
Add photonvision vendordep (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt authored Jan 17, 2025
1 parent 7eb8193 commit a552c6f
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
71 changes: 71 additions & 0 deletions 2025/photonlib-v2025.1.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2025.1.1",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2025",
"mavenUrls": [
"https://maven.photonvision.org/repository/internal",
"https://maven.photonvision.org/repository/snapshots"
],
"jsonUrl": "https://maven.photonvision.org/repository/internal/org/photonvision/photonlib-json/1.0/photonlib-json-1.0.json",
"jniDependencies": [
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2025.1.1",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxx86-64",
"osxuniversal"
]
}
],
"cppDependencies": [
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2025.1.1",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxx86-64",
"osxuniversal"
]
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2025.1.1",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxathena",
"linuxx86-64",
"osxuniversal"
]
}
],
"javaDependencies": [
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2025.1.1"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2025.1.1"
}
]
}
6 changes: 6 additions & 0 deletions 2025_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,11 @@
"name": "PlayingWithFusion",
"description": "Library for all Playing with Fusion devices including Venom smart motors, time of flight sensors and more",
"website": "https://www.playingwithfusion.com/static/frc.php"
},
{
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"name": "photonlib",
"description": "PhotonVision is the free, fast, and easy-to-use vision processing solution for the FIRST Robotics Competition",
"website": "https://docs.photonvision.org/en/latest/"
}
]

0 comments on commit a552c6f

Please sign in to comment.