-
Notifications
You must be signed in to change notification settings - Fork 285
Remove discontinued devices and add new devices for 2026 season #3152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove discontinued devices and add new devices for 2026 season #3152
Conversation
8ab477e to
dfcc0f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should wait to be merged until after latest and stable are separated
dfcc0f1 to
0221732
Compare
|
All comments addressed:
|
| ## Redux Robotics | ||
|
|
||
| Redux Robotics currently offers the HELIUM Canandmag :term:`CAN` + :term:`PWM` magnetic encoder and the BORON Canandgyro :term:`CAN`-enabled gyro. | ||
| .. warning:: Redux Robotics is shutting down. While their devices remain legal for FRC use and software support will be provided for the 2026 season, no new hardware will be available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking about it more, I think this makes sense to move into a new PR that is merged now, while everything else waits for the split.
## Summary Updates documentation to reflect device changes announced in the 2026 Robot Rules Preview. Removes references to devices that are no longer legal and adds documentation for newly approved devices. ## Removed Devices - Nidec Dynamo BLDC Motor Controller - DMC-60/DMC-60C Motor Controllers - Jaguar Motor Controller - SD540B and SD540C Motor Controllers - Victor 884 and Victor 888 Motor Controllers ## Added Devices - AndyMark Power Distribution Board (AMPD) ## Modified Files ### control-system-hardware.rst - Removed sections for discontinued motor controllers - Added section for AndyMark Power Distribution Board - Updated TalonFX description to include Kraken X44 - Updated image credits to remove discontinued devices ### hardware-apis/index.rst - Removed discontinued motor controllers from FRC Legal Motor Controllers list - Updated year from 2025 to 2026 - Updated TalonFX description to include Kraken X44 ### status-lights-ref.rst - Removed Victor 888 Motor Controller status lights section - Removed Jaguar Motor Controller status lights section - Removed SD540B and SD540C status lights sections - Renamed DMC-60 section to DMC-60C ### displaying-LiveWindow-values.rst - Updated code examples to use Spark and VictorSP instead of discontinued Jaguar and Victor ### tank-drive-tutorial.rst - Updated motor controller examples to reference legal controllers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
0221732 to
6b44d11
Compare
|
Redux Robotics section has been separated out into a new PR: #3154 This PR now only contains the device removals (discontinued motor controllers) and additions (AMPD, CTRE breakers). |
Summary
Updates documentation to reflect device changes announced in the 2026 Robot Rules Preview. Removes references to devices that are no longer legal and adds documentation for newly approved devices.
Removed Devices
Added Devices
Changes Made
control-system-hardware.rst
hardware-apis/index.rst
status-lights-ref.rst
displaying-LiveWindow-values.rst
tank-drive-tutorial.rst
Impact
🤖 Generated with Claude Code