6
6
url = " https://github.com/robotpy/robotpy-ctre"
7
7
license = " MIT"
8
8
install_requires = [
9
- " wpilib< 2025.0.0,>=2024.3.2 " ,
10
- " phoenix6~=24.2 " ,
9
+ " wpilib~= 2025.0.0b1 " ,
10
+ " phoenix6~=25.0.0b2 " ,
11
11
]
12
12
13
13
[build-system ]
14
14
requires = [
15
- " robotpy-build<2025.0.0,>=2024 .0.0 " ,
16
- " wpilib< 2025.0.0,>=2024.3.2 " ,
17
- " phoenix6~=24.2 " ,
15
+ " robotpy-build<2025.0.0b1,~=2025 .0.0a1 " ,
16
+ " wpilib~= 2025.0.0b1 " ,
17
+ " phoenix6~=25.0.0b2 " ,
18
18
]
19
19
20
20
[tool .robotpy-build ]
@@ -46,7 +46,7 @@ depends = [
46
46
artifact_id = " wpiapi-cpp"
47
47
group_id = " com.ctre.phoenix"
48
48
repo_url = " https://maven.ctr-electronics.com/release"
49
- version = " 5.33.1 "
49
+ version = " 5.34.0-beta-2 "
50
50
libs = [
51
51
" CTRE_Phoenix_WPI" ,
52
52
]
@@ -66,7 +66,7 @@ depends = [
66
66
artifact_id = " api-cpp"
67
67
group_id = " com.ctre.phoenix"
68
68
repo_url = " https://maven.ctr-electronics.com/release"
69
- version = " 5.33.1 "
69
+ version = " 5.34.0-beta-2 "
70
70
libs = [
71
71
" CTRE_Phoenix" ,
72
72
]
@@ -85,7 +85,7 @@ depends = [
85
85
artifact_id = " cci"
86
86
group_id = " com.ctre.phoenix"
87
87
repo_url = " https://maven.ctr-electronics.com/release"
88
- version = " 5.33.1 "
88
+ version = " 5.34.0-beta-2 "
89
89
libs = [
90
90
" CTRE_PhoenixCCI" ,
91
91
]
@@ -101,7 +101,7 @@ ignore = false
101
101
artifact_id = " tools"
102
102
group_id = " com.ctre.phoenix6"
103
103
repo_url = " https://maven.ctr-electronics.com/release"
104
- version = " 24.2.0 "
104
+ version = " 25.0.0-beta-2 "
105
105
libs = []
106
106
107
107
[tool .robotpy-build .wrappers ."phoenix5 ._wpiapi_cpp_sim" ]
@@ -121,7 +121,7 @@ ignore = true
121
121
artifact_id = " wpiapi-cpp-sim"
122
122
group_id = " com.ctre.phoenix.sim"
123
123
repo_url = " https://maven.ctr-electronics.com/release"
124
- version = " 5.33.1 "
124
+ version = " 5.34.0-beta-2 "
125
125
libs = [
126
126
" CTRE_Phoenix_WPISim" ,
127
127
]
@@ -140,7 +140,7 @@ ignore = true
140
140
artifact_id = " api-cpp-sim"
141
141
group_id = " com.ctre.phoenix.sim"
142
142
repo_url = " https://maven.ctr-electronics.com/release"
143
- version = " 5.33.1 "
143
+ version = " 5.34.0-beta-2 "
144
144
libs = [
145
145
" CTRE_PhoenixSim" ,
146
146
]
@@ -164,7 +164,7 @@ ignore = true
164
164
artifact_id = " cci-sim"
165
165
group_id = " com.ctre.phoenix.sim"
166
166
repo_url = " https://maven.ctr-electronics.com/release"
167
- version = " 5.33.1 "
167
+ version = " 5.34.0-beta-2 "
168
168
libs = [
169
169
" CTRE_PhoenixCCISim" ,
170
170
]
@@ -181,7 +181,7 @@ ignore = true
181
181
artifact_id = " tools-sim"
182
182
group_id = " com.ctre.phoenix6.sim"
183
183
repo_url = " https://maven.ctr-electronics.com/release"
184
- version = " 24.2.0 "
184
+ version = " 25.0.0-beta-2 "
185
185
libs = []
186
186
# libs = [
187
187
# "CTRE_PhoenixTools_Sim",
@@ -235,13 +235,13 @@ depends = [
235
235
236
236
# ctre/phoenix/motorcontrol/can
237
237
WPI_BaseMotorController = " ctre/phoenix/motorcontrol/can/WPI_BaseMotorController.h"
238
- WPI_TalonFX = " ctre/phoenix/motorcontrol/can/WPI_TalonFX.h"
238
+ # WPI_TalonFX = "ctre/phoenix/motorcontrol/can/WPI_TalonFX.h"
239
239
WPI_TalonSRX = " ctre/phoenix/motorcontrol/can/WPI_TalonSRX.h"
240
240
WPI_VictorSPX = " ctre/phoenix/motorcontrol/can/WPI_VictorSPX.h"
241
241
242
242
# ctre/phoenix/sensors
243
243
WPI_CANCoder = " ctre/phoenix/sensors/WPI_CANCoder.h"
244
- WPI_Pigeon2 = " ctre/phoenix/sensors/WPI_Pigeon2.h"
244
+ # WPI_Pigeon2 = "ctre/phoenix/sensors/WPI_Pigeon2.h"
245
245
WPI_PigeonIMU = " ctre/phoenix/sensors/WPI_PigeonIMU.h"
246
246
247
247
# ctre/phoenix/tasking
@@ -291,20 +291,20 @@ IFollower = "ctre/phoenix/motorcontrol/IFollower.h"
291
291
IMotorController = " ctre/phoenix/motorcontrol/IMotorController.h"
292
292
IMotorControllerEnhanced = " ctre/phoenix/motorcontrol/IMotorControllerEnhanced.h"
293
293
SensorCollection = " ctre/phoenix/motorcontrol/SensorCollection.h"
294
- TalonFXSensorCollection = " ctre/phoenix/motorcontrol/TalonFXSensorCollection.h"
295
- TalonFXSimCollection = " ctre/phoenix/motorcontrol/TalonFXSimCollection.h"
294
+ # TalonFXSensorCollection = "ctre/phoenix/motorcontrol/TalonFXSensorCollection.h"
295
+ # TalonFXSimCollection = "ctre/phoenix/motorcontrol/TalonFXSimCollection.h"
296
296
TalonSRXSimCollection = " ctre/phoenix/motorcontrol/TalonSRXSimCollection.h"
297
297
VictorSPXSimCollection = " ctre/phoenix/motorcontrol/VictorSPXSimCollection.h"
298
298
299
299
# ctre/phoenix/motorcontrol/can
300
300
BaseMotorController = " ctre/phoenix/motorcontrol/can/BaseMotorController.h"
301
301
BaseTalon = " ctre/phoenix/motorcontrol/can/BaseTalon.h"
302
- TalonFX = " ctre/phoenix/motorcontrol/can/TalonFX.h"
302
+ # TalonFX = "ctre/phoenix/motorcontrol/can/TalonFX.h"
303
303
TalonSRX = " ctre/phoenix/motorcontrol/can/TalonSRX.h"
304
304
VictorSPX = " ctre/phoenix/motorcontrol/can/VictorSPX.h"
305
305
306
306
# ctre/phoenix/music
307
- Orchestra = " ctre/phoenix/music/Orchestra.h"
307
+ # Orchestra = "ctre/phoenix/music/Orchestra.h"
308
308
309
309
# ctre/phoenix/platform/can
310
310
# PlatformCAN = "ctre/phoenix/platform/can/PlatformCAN.h"
@@ -314,7 +314,7 @@ BasePigeon = "ctre/phoenix/sensors/BasePigeon.h"
314
314
BasePigeonSimCollection = " ctre/phoenix/sensors/BasePigeonSimCollection.h"
315
315
CANCoder = " ctre/phoenix/sensors/CANCoder.h"
316
316
CANCoderSimCollection = " ctre/phoenix/sensors/CANCoderSimCollection.h"
317
- Pigeon2 = " ctre/phoenix/sensors/Pigeon2.h"
317
+ # Pigeon2 = "ctre/phoenix/sensors/Pigeon2.h"
318
318
PigeonIMU = " ctre/phoenix/sensors/PigeonIMU.h"
319
319
320
320
# ctre/phoenix/signals
@@ -417,11 +417,11 @@ FeedbackDevice = "ctre/phoenix/motorcontrol/FeedbackDevice.h"
417
417
FollowerType = " ctre/phoenix/motorcontrol/FollowerType.h"
418
418
InvertType = " ctre/phoenix/motorcontrol/InvertType.h"
419
419
LimitSwitchType = " ctre/phoenix/motorcontrol/LimitSwitchType.h"
420
- MotorCommutation = " ctre/phoenix/motorcontrol/MotorCommutation.h"
420
+ # MotorCommutation = "ctre/phoenix/motorcontrol/MotorCommutation.h"
421
421
NeutralMode = " ctre/phoenix/motorcontrol/NeutralMode.h"
422
422
RemoteSensorSource = " ctre/phoenix/motorcontrol/RemoteSensorSource.h"
423
423
SensorTerm = " ctre/phoenix/motorcontrol/SensorTerm.h"
424
- StatorCurrentLimitConfiguration = " ctre/phoenix/motorcontrol/StatorCurrentLimitConfiguration.h"
424
+ # StatorCurrentLimitConfiguration = "ctre/phoenix/motorcontrol/StatorCurrentLimitConfiguration.h"
425
425
StatusFrame = " ctre/phoenix/motorcontrol/StatusFrame.h"
426
426
StickyFaults = " ctre/phoenix/motorcontrol/StickyFaults.h"
427
427
SupplyCurrentLimitConfiguration = " ctre/phoenix/motorcontrol/SupplyCurrentLimitConfiguration.h"
@@ -445,8 +445,8 @@ CANCoderFaults = "ctre/phoenix/sensors/CANCoderFaults.h"
445
445
CANCoderStatusFrame = " ctre/phoenix/sensors/CANCoderStatusFrame.h"
446
446
CANCoderStickyFaults = " ctre/phoenix/sensors/CANCoderStickyFaults.h"
447
447
MagnetFieldStrength = " ctre/phoenix/sensors/MagnetFieldStrength.h"
448
- Pigeon2_Faults = " ctre/phoenix/sensors/Pigeon2_Faults.h"
449
- Pigeon2_StickyFaults = " ctre/phoenix/sensors/Pigeon2_StickyFaults.h"
448
+ # Pigeon2_Faults = "ctre/phoenix/sensors/Pigeon2_Faults.h"
449
+ # Pigeon2_StickyFaults = "ctre/phoenix/sensors/Pigeon2_StickyFaults.h"
450
450
PigeonIMU_ControlFrame = " ctre/phoenix/sensors/PigeonIMU_ControlFrame.h"
451
451
PigeonIMU_Faults = " ctre/phoenix/sensors/PigeonIMU_Faults.h"
452
452
PigeonIMU_StatusFrame = " ctre/phoenix/sensors/PigeonIMU_StatusFrame.h"
0 commit comments