From 05ab90b54034d6cc83f789264db8ca0b2e18643b Mon Sep 17 00:00:00 2001 From: Jonah Bonner <47046556+jwbonner@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:27:34 -0500 Subject: [PATCH] Add URCL 2025.0.0-beta-1 (#36) * Add URCL 2025.0.0-beta-1 * Fix --- 2025.json | 8 +++++ 2025/URCL-2025.0.0-beta-1.json | 65 ++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 2025/URCL-2025.0.0-beta-1.json diff --git a/2025.json b/2025.json index f319d77..8ac9e06 100644 --- a/2025.json +++ b/2025.json @@ -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" } ] \ No newline at end of file diff --git a/2025/URCL-2025.0.0-beta-1.json b/2025/URCL-2025.0.0-beta-1.json new file mode 100644 index 0000000..56da390 --- /dev/null +++ b/2025/URCL-2025.0.0-beta-1.json @@ -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" + ] + } + ] +} \ No newline at end of file