ワンクリックで
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.