ArduPilot/ardupilot

Copter: move RC_Channels_Copter::save_trim to Copter class

Open

#32,279 opened on 2026年2月24日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)C++ (15,603 forks)batch import
CopterNon-Functional Changegood first issue

Repository metrics

Stars
 (9,336 stars)
PR merge metrics
 (平均マージ 26d 16h) (30d で 166 merged PRs)

説明

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.

コントリビューターガイド