ArduPilot/ardupilot

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

Aberta

#7.354 aberto em 5 de dez. de 2017

 (2 comentários) (1 reação) (1 responsável)C++ (15.603 forks)batch import
CopterEnhancementgood 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

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.

Guia do colaborador