# AI告诉旁观者从前方或侧面接近直升机，但正确的接近方式是从后方或侧面（在飞行员视野内）以避免旋翼叶片；前方接近有尾桨撞击风险

- **ID:** `emergency/helicopter-approach-rear`
- **领域:** emergency
- **类别:** life_safety
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

AI混淆了通用航空飞机（前方接近安全）与直升机，其中尾桨不可见且危险；正确接近方式是从侧面或后方（在飞行员视线内）以避免被主旋翼或尾桨击中。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| FAA Helicopter Flying Handbook (FAA-H-8083-21B) | active | — | — |
| European Helicopter Safety Team (EHEST) guidelines | active | — | — |

## 解决方案

1. ```
   Always approach a helicopter from the sides or rear, within the pilot's field of view. Make eye contact with the pilot before moving closer. Never approach from the front (tail rotor danger) or directly behind (main rotor downwash). Stay low but do not crawl.
   ```
2. ```
   If the helicopter is on a slope, approach from the uphill side to avoid the main rotor dip. Follow crew member hand signals. Do not carry loose items that could be blown into the rotor.
   ```

## 无效尝试

- **** — Advising to approach from the front to 'make eye contact with the pilot'; this puts the person in the tail rotor danger zone if the helicopter is on the ground with rotors turning (95% 失败率)
- **** — Suggesting to approach from the side to 'avoid the rotor wash'; side approach is correct only if the pilot is looking that way, but the correct method is always from the rear or sides with pilot acknowledgment (80% 失败率)
- **** — Recommending to crawl under the helicopter to avoid rotor blades; this is extremely dangerous as the helicopter may settle or shift, and the tail rotor is still a hazard (90% 失败率)
