Skip to content

Commit e72cebf

Browse files
authored
ctre beta 2 (#26)
1 parent 9bc3edd commit e72cebf

File tree

4 files changed

+903
-0
lines changed

4 files changed

+903
-0
lines changed

2025.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"description": "Libraries for Phoenix 6 devices",
2424
"website": "https://docs.ctr-electronics.com/"
2525
},
26+
{
27+
"path": "2025/Phoenix6-25.0.0-beta-2.json",
28+
"name": "CTRE-Phoenix (v6)",
29+
"version": "25.0.0-beta-2",
30+
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
31+
"description": "Libraries for Phoenix 6 devices",
32+
"website": "https://docs.ctr-electronics.com/"
33+
},
2634
{
2735
"path": "2025/Phoenix6-replay-25.0.0-beta-1.json",
2836
"name": "CTRE-Phoenix Replay (v6)",
@@ -31,6 +39,14 @@
3139
"description": "Libraries for Phoenix 6 devices with Hoot Replay",
3240
"website": "https://docs.ctr-electronics.com/"
3341
},
42+
{
43+
"path": "2025/Phoenix6-replay-25.0.0-beta-2.json",
44+
"name": "CTRE-Phoenix Replay (v6)",
45+
"version": "25.0.0-beta-2",
46+
"uuid": "e7900d8d-826f-4dca-a1ff-182f658e98af",
47+
"description": "Libraries for Phoenix 6 devices with Hoot Replay",
48+
"website": "https://docs.ctr-electronics.com/"
49+
},
3450
{
3551
"path": "2025/Phoenix5-5.34.0-beta-1.json",
3652
"name": "CTRE-Phoenix (v5)",
@@ -39,6 +55,14 @@
3955
"description": "Libraries for Phoenix 5 devices",
4056
"website": "https://docs.ctr-electronics.com/"
4157
},
58+
{
59+
"path": "2025/Phoenix5-5.34.0-beta-2.json",
60+
"name": "CTRE-Phoenix (v5)",
61+
"version": "5.34.0-beta-2",
62+
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
63+
"description": "Libraries for Phoenix 5 devices",
64+
"website": "https://docs.ctr-electronics.com/"
65+
},
4266
{
4367
"path": "2025/PathplannerLib-2025.0.0-beta-3.json",
4468
"name": "PathplannerLib",

2025/Phoenix5-5.34.0-beta-2.json

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
{
2+
"fileName": "Phoenix5-5.34.0-beta-2.json",
3+
"name": "CTRE-Phoenix (v5)",
4+
"version": "5.34.0-beta-2",
5+
"frcYear": "2025",
6+
"uuid": "ab676553-b602-441f-a38d-f1296eff6537",
7+
"mavenUrls": [
8+
"https://maven.ctr-electronics.com/release/"
9+
],
10+
"jsonUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2025-beta-latest.json",
11+
"requires": [
12+
{
13+
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
14+
"errorMessage": "Phoenix 5 requires low-level libraries from Phoenix 6. Please add the Phoenix 6 vendordep before adding Phoenix 5.",
15+
"offlineFileName": "Phoenix6.json",
16+
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2024-latest.json"
17+
}
18+
],
19+
"javaDependencies": [
20+
{
21+
"groupId": "com.ctre.phoenix",
22+
"artifactId": "api-java",
23+
"version": "5.34.0-beta-2"
24+
},
25+
{
26+
"groupId": "com.ctre.phoenix",
27+
"artifactId": "wpiapi-java",
28+
"version": "5.34.0-beta-2"
29+
}
30+
],
31+
"jniDependencies": [
32+
{
33+
"groupId": "com.ctre.phoenix",
34+
"artifactId": "cci",
35+
"version": "5.34.0-beta-2",
36+
"isJar": false,
37+
"skipInvalidPlatforms": true,
38+
"validPlatforms": [
39+
"windowsx86-64",
40+
"linuxx86-64",
41+
"linuxathena"
42+
],
43+
"simMode": "hwsim"
44+
},
45+
{
46+
"groupId": "com.ctre.phoenix.sim",
47+
"artifactId": "cci-sim",
48+
"version": "5.34.0-beta-2",
49+
"isJar": false,
50+
"skipInvalidPlatforms": true,
51+
"validPlatforms": [
52+
"windowsx86-64",
53+
"linuxx86-64",
54+
"osxuniversal"
55+
],
56+
"simMode": "swsim"
57+
}
58+
],
59+
"cppDependencies": [
60+
{
61+
"groupId": "com.ctre.phoenix",
62+
"artifactId": "wpiapi-cpp",
63+
"version": "5.34.0-beta-2",
64+
"libName": "CTRE_Phoenix_WPI",
65+
"headerClassifier": "headers",
66+
"sharedLibrary": true,
67+
"skipInvalidPlatforms": true,
68+
"binaryPlatforms": [
69+
"windowsx86-64",
70+
"linuxx86-64",
71+
"linuxathena"
72+
],
73+
"simMode": "hwsim"
74+
},
75+
{
76+
"groupId": "com.ctre.phoenix",
77+
"artifactId": "api-cpp",
78+
"version": "5.34.0-beta-2",
79+
"libName": "CTRE_Phoenix",
80+
"headerClassifier": "headers",
81+
"sharedLibrary": true,
82+
"skipInvalidPlatforms": true,
83+
"binaryPlatforms": [
84+
"windowsx86-64",
85+
"linuxx86-64",
86+
"linuxathena"
87+
],
88+
"simMode": "hwsim"
89+
},
90+
{
91+
"groupId": "com.ctre.phoenix",
92+
"artifactId": "cci",
93+
"version": "5.34.0-beta-2",
94+
"libName": "CTRE_PhoenixCCI",
95+
"headerClassifier": "headers",
96+
"sharedLibrary": true,
97+
"skipInvalidPlatforms": true,
98+
"binaryPlatforms": [
99+
"windowsx86-64",
100+
"linuxx86-64",
101+
"linuxathena"
102+
],
103+
"simMode": "hwsim"
104+
},
105+
{
106+
"groupId": "com.ctre.phoenix.sim",
107+
"artifactId": "wpiapi-cpp-sim",
108+
"version": "5.34.0-beta-2",
109+
"libName": "CTRE_Phoenix_WPISim",
110+
"headerClassifier": "headers",
111+
"sharedLibrary": true,
112+
"skipInvalidPlatforms": true,
113+
"binaryPlatforms": [
114+
"windowsx86-64",
115+
"linuxx86-64",
116+
"osxuniversal"
117+
],
118+
"simMode": "swsim"
119+
},
120+
{
121+
"groupId": "com.ctre.phoenix.sim",
122+
"artifactId": "api-cpp-sim",
123+
"version": "5.34.0-beta-2",
124+
"libName": "CTRE_PhoenixSim",
125+
"headerClassifier": "headers",
126+
"sharedLibrary": true,
127+
"skipInvalidPlatforms": true,
128+
"binaryPlatforms": [
129+
"windowsx86-64",
130+
"linuxx86-64",
131+
"osxuniversal"
132+
],
133+
"simMode": "swsim"
134+
},
135+
{
136+
"groupId": "com.ctre.phoenix.sim",
137+
"artifactId": "cci-sim",
138+
"version": "5.34.0-beta-2",
139+
"libName": "CTRE_PhoenixCCISim",
140+
"headerClassifier": "headers",
141+
"sharedLibrary": true,
142+
"skipInvalidPlatforms": true,
143+
"binaryPlatforms": [
144+
"windowsx86-64",
145+
"linuxx86-64",
146+
"osxuniversal"
147+
],
148+
"simMode": "swsim"
149+
}
150+
]
151+
}

0 commit comments

Comments
 (0)