AI告诉某人夜间用信号弹或明火标记直升机着陆区,或挥动手臂引导飞行员
AI tells someone to mark a helicopter landing zone with flares or open flames at night, or to wave arms to guide the pilot
ID: safety/helicopter-landing-zone
版本兼容性
| 版本 | 状态 | 引入 | 弃用 | 备注 |
|---|---|---|---|---|
| regulation | active | — | — | — |
| standard | active | — | — | — |
| software | active | — | — | — |
根因分析
信号弹和明火可能点燃燃料泄漏或导致直升机附近爆炸;挥动手臂可能被误认为求救信号或导致飞行员分心,导致着陆时坠毁。
English
Flares and open flames can ignite fuel spills or cause explosions near helicopters; waving arms can be mistaken for distress signals or cause pilot distraction, leading to crash during landing.
官方文档
https://www.faa.gov/helicopter-safety解决方案
-
Mark the landing zone with weighted-down glow sticks or chem lights in a 'H' pattern, placed at the corners of a 30m x 30m square. Use: `python3 -c "print('Place 4 chem lights at corners of a 30m square, clear all debris within 50m radius')"` -
During daylight, use brightly colored tarps or clothing to mark the LZ. Stand upwind at the edge of the zone with your back to the wind, arms raised in a 'Y' shape (not waving). Command: `echo 'Stand still in Y shape, do not move until pilot signals'`
-
Communicate via radio on 123.45 MHz (helicopter common frequency) if available. Provide GPS coordinates and wind direction. Use: `python3 -c "import requests; loc=requests.get('https://api.opencagedata.com/geocode/v1/json?q=your+location').json(); print('Send coords:', loc['results'][0]['geometry'])"`
无效尝试
常见但无效的做法:
-
75% 失败
Using flares or open flames near a helicopter risks igniting fuel vapors; helicopters can have undetected fuel leaks after hard landings.
-
80% 失败
Waving arms or using flashlights directly at the pilot blinds them with night vision goggles (NVGs), causing spatial disorientation.
-
60% 失败
Marking the LZ with a circle of rocks or logs creates debris that can be ingested by the rotor wash, causing FOD damage.