Skip to content

Commit

Permalink
Add URCL 2025.0.0-beta-1 (#36)
Browse files Browse the repository at this point in the history
* Add URCL 2025.0.0-beta-1

* Fix
  • Loading branch information
jwbonner authored Nov 12, 2024
1 parent a1dcafa commit 05ab90b
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,13 @@
"uuid": "3f48eb8c-50fe-43a6-9cb7-44c86353c4cb",
"description": "Library for all REV devices including SPARK Flex, SPARK MAX, and Color Sensor V3",
"website": "https://docs.revrobotics.com/brushless/revlib/revlib-overview"
},
{
"path": "2025/URCL-2025.0.0-beta-1.json",
"name": "URCL",
"version": "2025.0.0-beta-1",
"uuid": "84246d17-a797-4d1e-bd9f-c59cd8d2477c",
"description": "Unofficial REV-Compatible Logger for AdvantageScope",
"website": "https://docs.advantagescope.org/more-features/urcl"
}
]
65 changes: 65 additions & 0 deletions 2025/URCL-2025.0.0-beta-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"fileName": "URCL-2025.0.0-beta-1.json",
"name": "URCL",
"version": "2025.0.0-beta-1",
"frcYear": "2025",
"uuid": "84246d17-a797-4d1e-bd9f-c59cd8d2477c",
"mavenUrls": [
"https://raw.githubusercontent.com/Mechanical-Advantage/URCL/2025.0.0-beta-1"
],
"jsonUrl": "https://raw.githubusercontent.com/Mechanical-Advantage/URCL/maven/URCL.json",
"javaDependencies": [
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-java",
"version": "2025.0.0-beta-1"
}
],
"jniDependencies": [
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-driver",
"version": "2025.0.0-beta-1",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena",
"osxuniversal"
]
}
],
"cppDependencies": [
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-cpp",
"version": "2025.0.0-beta-1",
"libName": "URCL",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena",
"osxuniversal"
]
},
{
"groupId": "org.littletonrobotics.urcl",
"artifactId": "URCL-driver",
"version": "2025.0.0-beta-1",
"libName": "URCLDriver",
"headerClassifier": "headers",
"sharedLibrary": false,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena",
"osxuniversal"
]
}
]
}

0 comments on commit 05ab90b

Please sign in to comment.