ArduPilot/ardupilot

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

Open

#7.354 geöffnet am 5. Dez. 2017

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (1 zugewiesene Person)C++ (15.603 Forks)batch import
CopterEnhancementgood first issue

Repository-Metriken

Stars
 (9.336 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 26T 16h) (166 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide