Skip to content

895 add rc calibration functionality#998

Merged
1Blademaster merged 5 commits intomainfrom
895-add-rc-calibration-functionality
Feb 21, 2026
Merged

895 add rc calibration functionality#998
1Blademaster merged 5 commits intomainfrom
895-add-rc-calibration-functionality

Conversation

@1Blademaster
Copy link
Copy Markdown
Member

image

Copilot AI review requested due to automatic review settings February 20, 2026 20:54
@1Blademaster 1Blademaster linked an issue Feb 20, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds RC (Radio Control) calibration functionality to allow users to calibrate their radio controller's min/max PWM values for each channel through an interactive modal interface. The feature enables batch parameter updates on the backend and provides real-time visual feedback during calibration.

Changes:

  • Added backend batch RC parameter setting endpoint and controller method
  • Implemented Redux state management for calibration modal and batch operations
  • Created interactive calibration UI with real-time PWM monitoring and range visualization

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 10 comments.

Show a summary per file
File Description
radio/app/endpoints/rc.py Added batch_set_rc_config_params endpoint for setting multiple RC parameters
radio/app/customTypes.py Added BatchSetConfigParams type definition
radio/app/controllers/rcController.py Implemented batchSetConfigParams method for batch parameter operations
gcs/src/redux/slices/configSlice.js Added calibration modal state and refined PWM channel update logic
gcs/src/redux/middleware/socketMiddleware.js Added socket event handler for batch RC config results
gcs/src/redux/middleware/emitters.js Added emitter for batch RC config params
gcs/src/components/config/radioCalibration.jsx Implemented calibration modal UI with real-time PWM tracking

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread radio/app/endpoints/rc.py Outdated
Comment thread gcs/src/redux/slices/configSlice.js Outdated
Comment thread gcs/src/components/config/radioCalibration.jsx Outdated
Comment thread gcs/src/components/config/radioCalibration.jsx
Comment thread gcs/src/redux/slices/configSlice.js Outdated
Comment thread gcs/src/components/config/radioCalibration.jsx Outdated
Comment thread radio/app/controllers/rcController.py Outdated
Comment thread gcs/src/components/config/radioCalibration.jsx Outdated
Comment thread gcs/src/components/config/radioCalibration.jsx Outdated
Comment thread radio/app/controllers/rcController.py
@1Blademaster 1Blademaster requested a review from a team February 20, 2026 21:27
@1Blademaster 1Blademaster merged commit 236750b into main Feb 21, 2026
8 checks passed
@1Blademaster 1Blademaster deleted the 895-add-rc-calibration-functionality branch February 21, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add RC calibration functionality

3 participants