ArduPilot/ardupilot

Copter: Activate buzzer when autolanding / buzzer modes

オープン

#441 opened on 2013/07/14

 (9 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (15,603 件のフォーク)batch import
CopterEnhancementgood first issue

Repository metrics

Stars
 (9,336 個のスター)
PR merge metrics
 (平均マージ 26d 16h) (30d で 166 merged PRs)

説明

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

コントリビューターガイド