Skip to content

Commit

Permalink
ctre beta 2 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming authored Oct 31, 2024
1 parent 9bc3edd commit e72cebf
Show file tree
Hide file tree
Showing 4 changed files with 903 additions and 0 deletions.
24 changes: 24 additions & 0 deletions 2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"description": "Libraries for Phoenix 6 devices",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix6-25.0.0-beta-2.json",
"name": "CTRE-Phoenix (v6)",
"version": "25.0.0-beta-2",
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
"description": "Libraries for Phoenix 6 devices",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix6-replay-25.0.0-beta-1.json",
"name": "CTRE-Phoenix Replay (v6)",
Expand All @@ -31,6 +39,14 @@
"description": "Libraries for Phoenix 6 devices with Hoot Replay",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix6-replay-25.0.0-beta-2.json",
"name": "CTRE-Phoenix Replay (v6)",
"version": "25.0.0-beta-2",
"uuid": "e7900d8d-826f-4dca-a1ff-182f658e98af",
"description": "Libraries for Phoenix 6 devices with Hoot Replay",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix5-5.34.0-beta-1.json",
"name": "CTRE-Phoenix (v5)",
Expand All @@ -39,6 +55,14 @@
"description": "Libraries for Phoenix 5 devices",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/Phoenix5-5.34.0-beta-2.json",
"name": "CTRE-Phoenix (v5)",
"version": "5.34.0-beta-2",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"description": "Libraries for Phoenix 5 devices",
"website": "https://docs.ctr-electronics.com/"
},
{
"path": "2025/PathplannerLib-2025.0.0-beta-3.json",
"name": "PathplannerLib",
Expand Down
151 changes: 151 additions & 0 deletions 2025/Phoenix5-5.34.0-beta-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"fileName": "Phoenix5-5.34.0-beta-2.json",
"name": "CTRE-Phoenix (v5)",
"version": "5.34.0-beta-2",
"frcYear": "2025",
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
"mavenUrls": [
"https://maven.ctr-electronics.com/release/"
],
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2025-beta-latest.json",
"requires": [
{
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
"errorMessage": "Phoenix 5 requires low-level libraries from Phoenix 6. Please add the Phoenix 6 vendordep before adding Phoenix 5.",
"offlineFileName": "Phoenix6.json",
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2024-latest.json"
}
],
"javaDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-java",
"version": "5.34.0-beta-2"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-java",
"version": "5.34.0-beta-2"
}
],
"jniDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.34.0-beta-2",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena"
],
"simMode": "hwsim"
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "cci-sim",
"version": "5.34.0-beta-2",
"isJar": false,
"skipInvalidPlatforms": true,
"validPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
],
"simMode": "swsim"
}
],
"cppDependencies": [
{
"groupId": "com.ctre.phoenix",
"artifactId": "wpiapi-cpp",
"version": "5.34.0-beta-2",
"libName": "CTRE_Phoenix_WPI",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena"
],
"simMode": "hwsim"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "api-cpp",
"version": "5.34.0-beta-2",
"libName": "CTRE_Phoenix",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena"
],
"simMode": "hwsim"
},
{
"groupId": "com.ctre.phoenix",
"artifactId": "cci",
"version": "5.34.0-beta-2",
"libName": "CTRE_PhoenixCCI",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"linuxathena"
],
"simMode": "hwsim"
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "wpiapi-cpp-sim",
"version": "5.34.0-beta-2",
"libName": "CTRE_Phoenix_WPISim",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
],
"simMode": "swsim"
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "api-cpp-sim",
"version": "5.34.0-beta-2",
"libName": "CTRE_PhoenixSim",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
],
"simMode": "swsim"
},
{
"groupId": "com.ctre.phoenix.sim",
"artifactId": "cci-sim",
"version": "5.34.0-beta-2",
"libName": "CTRE_PhoenixCCISim",
"headerClassifier": "headers",
"sharedLibrary": true,
"skipInvalidPlatforms": true,
"binaryPlatforms": [
"windowsx86-64",
"linuxx86-64",
"osxuniversal"
],
"simMode": "swsim"
}
]
}
Loading

0 comments on commit e72cebf

Please sign in to comment.