ArduPilot/ardupilot

Copter: move RC_Channels_Copter::save_trim to Copter class

Aperta

#32.279 aperta il 24 feb 2026

 (5 commenti) (0 reazioni) (0 assegnatari)C++ (15.603 fork)batch import
CopterNon-Functional Changegood first issue

Metriche repository

Star
 (9336 stelle)
Metriche merge PR
 (Merge medio 26g 16h) (166 PR mergiate in 30 g)

Descrizione

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.

Guida contributor