ArduPilot/ardupilot

Copter: add pre-arm check if frame can't find the output for a motor

开放

#7,354 创建于 2017年12月5日

 (2 条评论) (1 个反应) (1 位负责人)C++ (15,603 个派生)batch import
CopterEnhancementgood first issue

仓库指标

星标
 (9,336 个星标)
PR 合并指标
 (平均合并 26天 16小时) (30 天内合并 166 个 PR)

描述

In Copter-3.5 (and higher) the AP_Motors library requires that the SERVOx_FUNCTION be set for each motor. Although these parameter default to good values, it's possible that a user could mess up the SERVOx_FUNCTION settings so that there are no defined outputs for some motors. We should raise a pre-arm check failure in such cases.

贡献者指南