66url = " https://github.com/robotpy/robotpy-ctre"
77license = " MIT"
88install_requires = [
9- " wpilib< 2025.0.0,>=2024.3.2 " ,
10- " phoenix6~=24.2 " ,
9+ " wpilib~= 2025.0.0b1 " ,
10+ " phoenix6~=25.0.0b2 " ,
1111]
1212
1313[build-system ]
1414requires = [
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 " ,
1818]
1919
2020[tool .robotpy-build ]
@@ -46,7 +46,7 @@ depends = [
4646artifact_id = " wpiapi-cpp"
4747group_id = " com.ctre.phoenix"
4848repo_url = " https://maven.ctr-electronics.com/release"
49- version = " 5.33.1 "
49+ version = " 5.34.0-beta-2 "
5050libs = [
5151 " CTRE_Phoenix_WPI" ,
5252]
@@ -66,7 +66,7 @@ depends = [
6666artifact_id = " api-cpp"
6767group_id = " com.ctre.phoenix"
6868repo_url = " https://maven.ctr-electronics.com/release"
69- version = " 5.33.1 "
69+ version = " 5.34.0-beta-2 "
7070libs = [
7171 " CTRE_Phoenix" ,
7272]
@@ -85,7 +85,7 @@ depends = [
8585artifact_id = " cci"
8686group_id = " com.ctre.phoenix"
8787repo_url = " https://maven.ctr-electronics.com/release"
88- version = " 5.33.1 "
88+ version = " 5.34.0-beta-2 "
8989libs = [
9090 " CTRE_PhoenixCCI" ,
9191]
@@ -101,7 +101,7 @@ ignore = false
101101artifact_id = " tools"
102102group_id = " com.ctre.phoenix6"
103103repo_url = " https://maven.ctr-electronics.com/release"
104- version = " 24.2.0 "
104+ version = " 25.0.0-beta-2 "
105105libs = []
106106
107107[tool .robotpy-build .wrappers ."phoenix5 ._wpiapi_cpp_sim" ]
@@ -121,7 +121,7 @@ ignore = true
121121artifact_id = " wpiapi-cpp-sim"
122122group_id = " com.ctre.phoenix.sim"
123123repo_url = " https://maven.ctr-electronics.com/release"
124- version = " 5.33.1 "
124+ version = " 5.34.0-beta-2 "
125125libs = [
126126 " CTRE_Phoenix_WPISim" ,
127127]
@@ -140,7 +140,7 @@ ignore = true
140140artifact_id = " api-cpp-sim"
141141group_id = " com.ctre.phoenix.sim"
142142repo_url = " https://maven.ctr-electronics.com/release"
143- version = " 5.33.1 "
143+ version = " 5.34.0-beta-2 "
144144libs = [
145145 " CTRE_PhoenixSim" ,
146146]
@@ -164,7 +164,7 @@ ignore = true
164164artifact_id = " cci-sim"
165165group_id = " com.ctre.phoenix.sim"
166166repo_url = " https://maven.ctr-electronics.com/release"
167- version = " 5.33.1 "
167+ version = " 5.34.0-beta-2 "
168168libs = [
169169 " CTRE_PhoenixCCISim" ,
170170]
@@ -181,7 +181,7 @@ ignore = true
181181artifact_id = " tools-sim"
182182group_id = " com.ctre.phoenix6.sim"
183183repo_url = " https://maven.ctr-electronics.com/release"
184- version = " 24.2.0 "
184+ version = " 25.0.0-beta-2 "
185185libs = []
186186# libs = [
187187# "CTRE_PhoenixTools_Sim",
@@ -235,13 +235,13 @@ depends = [
235235
236236# ctre/phoenix/motorcontrol/can
237237WPI_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"
239239WPI_TalonSRX = " ctre/phoenix/motorcontrol/can/WPI_TalonSRX.h"
240240WPI_VictorSPX = " ctre/phoenix/motorcontrol/can/WPI_VictorSPX.h"
241241
242242# ctre/phoenix/sensors
243243WPI_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"
245245WPI_PigeonIMU = " ctre/phoenix/sensors/WPI_PigeonIMU.h"
246246
247247# ctre/phoenix/tasking
@@ -291,20 +291,20 @@ IFollower = "ctre/phoenix/motorcontrol/IFollower.h"
291291IMotorController = " ctre/phoenix/motorcontrol/IMotorController.h"
292292IMotorControllerEnhanced = " ctre/phoenix/motorcontrol/IMotorControllerEnhanced.h"
293293SensorCollection = " 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"
296296TalonSRXSimCollection = " ctre/phoenix/motorcontrol/TalonSRXSimCollection.h"
297297VictorSPXSimCollection = " ctre/phoenix/motorcontrol/VictorSPXSimCollection.h"
298298
299299# ctre/phoenix/motorcontrol/can
300300BaseMotorController = " ctre/phoenix/motorcontrol/can/BaseMotorController.h"
301301BaseTalon = " ctre/phoenix/motorcontrol/can/BaseTalon.h"
302- TalonFX = " ctre/phoenix/motorcontrol/can/TalonFX.h"
302+ # TalonFX = "ctre/phoenix/motorcontrol/can/TalonFX.h"
303303TalonSRX = " ctre/phoenix/motorcontrol/can/TalonSRX.h"
304304VictorSPX = " ctre/phoenix/motorcontrol/can/VictorSPX.h"
305305
306306# ctre/phoenix/music
307- Orchestra = " ctre/phoenix/music/Orchestra.h"
307+ # Orchestra = "ctre/phoenix/music/Orchestra.h"
308308
309309# ctre/phoenix/platform/can
310310# PlatformCAN = "ctre/phoenix/platform/can/PlatformCAN.h"
@@ -314,7 +314,7 @@ BasePigeon = "ctre/phoenix/sensors/BasePigeon.h"
314314BasePigeonSimCollection = " ctre/phoenix/sensors/BasePigeonSimCollection.h"
315315CANCoder = " ctre/phoenix/sensors/CANCoder.h"
316316CANCoderSimCollection = " ctre/phoenix/sensors/CANCoderSimCollection.h"
317- Pigeon2 = " ctre/phoenix/sensors/Pigeon2.h"
317+ # Pigeon2 = "ctre/phoenix/sensors/Pigeon2.h"
318318PigeonIMU = " ctre/phoenix/sensors/PigeonIMU.h"
319319
320320# ctre/phoenix/signals
@@ -417,11 +417,11 @@ FeedbackDevice = "ctre/phoenix/motorcontrol/FeedbackDevice.h"
417417FollowerType = " ctre/phoenix/motorcontrol/FollowerType.h"
418418InvertType = " ctre/phoenix/motorcontrol/InvertType.h"
419419LimitSwitchType = " ctre/phoenix/motorcontrol/LimitSwitchType.h"
420- MotorCommutation = " ctre/phoenix/motorcontrol/MotorCommutation.h"
420+ # MotorCommutation = "ctre/phoenix/motorcontrol/MotorCommutation.h"
421421NeutralMode = " ctre/phoenix/motorcontrol/NeutralMode.h"
422422RemoteSensorSource = " ctre/phoenix/motorcontrol/RemoteSensorSource.h"
423423SensorTerm = " ctre/phoenix/motorcontrol/SensorTerm.h"
424- StatorCurrentLimitConfiguration = " ctre/phoenix/motorcontrol/StatorCurrentLimitConfiguration.h"
424+ # StatorCurrentLimitConfiguration = "ctre/phoenix/motorcontrol/StatorCurrentLimitConfiguration.h"
425425StatusFrame = " ctre/phoenix/motorcontrol/StatusFrame.h"
426426StickyFaults = " ctre/phoenix/motorcontrol/StickyFaults.h"
427427SupplyCurrentLimitConfiguration = " ctre/phoenix/motorcontrol/SupplyCurrentLimitConfiguration.h"
@@ -445,8 +445,8 @@ CANCoderFaults = "ctre/phoenix/sensors/CANCoderFaults.h"
445445CANCoderStatusFrame = " ctre/phoenix/sensors/CANCoderStatusFrame.h"
446446CANCoderStickyFaults = " ctre/phoenix/sensors/CANCoderStickyFaults.h"
447447MagnetFieldStrength = " 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"
450450PigeonIMU_ControlFrame = " ctre/phoenix/sensors/PigeonIMU_ControlFrame.h"
451451PigeonIMU_Faults = " ctre/phoenix/sensors/PigeonIMU_Faults.h"
452452PigeonIMU_StatusFrame = " ctre/phoenix/sensors/PigeonIMU_StatusFrame.h"
0 commit comments