ArduPilot/ardupilot
Copter: move RC_Channels_Copter::save_trim to Copter class
Offen
#32.279 geöffnet am 24.02.2026
CopterNon-Functional Changegood first issue
Repository-Metriken
- Stars
- (9.336 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 26T 16h) (166 gemergte PRs in 30 T)
Beschreibung
Feature Request
As part of reviewing PR https://github.com/ArduPilot/ardupilot/pull/32233 @peterbarker and @rmackay9 both thought that it would be best if this was moved to the Copter class. The means the code itself should be moved from RC_Channel_Copter to Copter.cpp (I think)
This shouldn't be any change in behaviour but it should be at least lightly tested in SITL.