ArduPilot/ardupilot

Copter: Activate buzzer when autolanding / buzzer modes

Open

#441 aperta il 14 lug 2013

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)C++ (15.603 fork)batch import
CopterEnhancementgood first issue

Metriche repository

Star
 (9336 star)
Metriche merge PR
 (Merge medio 26g 16h) (166 PR mergiate in 30 g)

Descrizione

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

Guida contributor