ArduPilot/ardupilot

Copter: move RC_Channels_Copter::save_trim to Copter class

Aberta

#32.279 aberto em 24 de fev. de 2026

 (5 comentários) (0 reação) (0 responsável)C++ (15.603 forks)batch import
CopterNon-Functional Changegood first issue

Métricas do repositório

Stars
 (9.336 estrelas)
Métricas de merge de PR
 (Mesclagem média 26d 16h) (166 fundiu PRs em 30d)

Description

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.

Guia do colaborador