ArduPilot/ardupilot

Copter: Activate buzzer when autolanding / buzzer modes

Open

#441 aberto em 14 de jul. de 2013

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)C++ (15.603 forks)batch import
CopterEnhancementgood first issue

Métricas do repositório

Stars
 (9.336 stars)
Métricas de merge de PR
 (Mesclagem média 26d 16h) (166 fundiu PRs em 30d)

Description

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

Guia do colaborador