一键导入
ardupilot-diagnostics
Diagnose ArduPilot .BIN flight logs to determine the root cause of crashes or failures using the Hybrid AI Engine.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Diagnose ArduPilot .BIN flight logs to determine the root cause of crashes or failures using the Hybrid AI Engine.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ardupilot-diagnostics |
| description | Diagnose ArduPilot .BIN flight logs to determine the root cause of crashes or failures using the Hybrid AI Engine. |
| risk | safe |
| source | ArduPilot GSoC 2026 Project (MIT) |
| date_added | 2026-03-30 |
This skill grants an AI agent the ability to autonomously diagnose ArduPilot .BIN flight telemetry logs. Instead of manually inspecting graphs or MAVLink messages, the agent can feed the log into the Hybrid Causal Arbiter (Rule Engine + XGBoost ML) to extract the primary failure reason, 3D trajectory evidence, and actionable maintenance recommendations.
.BIN file and asks "Why did my drone crash?"ardupilot-log-diagnosis Python environment active..BIN file must be accessible on the local filesystem.To analyze a .BIN file, execute the built-in command-line interface:
python -m src.cli.main analyze /path/to/flight.bin
Read the resulting JSON or terminal output carefully. You must extract:
Do not dump raw JSON logic to the user. Synthesize a professional Drone Mechanic Report:
.BIN file may be corrupted or truncated mid-air.