ArduPilot/ardupilot

Copter: Activate buzzer when autolanding / buzzer modes

Open

#441 geöffnet am 14. Juli 2013

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)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

AC3 does autolanding in certain failsafe conditions. For safety reasons and to help locate the copter after a failsafe-induced autolanding, buzzing the buzzer in intervals when in autoland mode would be good. Interval-buzzing is also likely to carry a psychological "do not touch me"-imperative in case, bywalkers find the copter after a failsafe-induced autolanding.

Buzzer could be controlled by a parameter: BUZ_WARN: 0=never (only ARM/DISARM beeps), 1=failsafe autolandings, 2=any autolanding (including manual set LAND mode), 3=any failsafe condition

Contributor Guide