Px4 Ulog
БесплатноНе проверенMCP server for inspecting PX4 ULog flight logs, enabling AI assistants to understand, debug, and reason about drone systems.
Описание
MCP server for inspecting PX4 ULog flight logs, enabling AI assistants to understand, debug, and reason about drone systems.
README
AI Drone Toolkit
MCP servers and tools for intelligent drone development (PX4 and beyond). The toolkit gives AI assistants (Cursor, Claude, etc.) structured tools to understand, debug, and reason about drone systems — starting with PX4 flight logs and simulation-only PX4 SITL command.
This is a uv workspace monorepo: shared logic lives in a core package, and each tool is a thin, independently usable layer on top of it.
Repository layout
| Path | Description |
|---|---|
| packages/robotto-drone-core | Shared, MCP-agnostic parsers, safety checks, and coordinate-frame utilities. |
| tools/px4-ulog-mcp | MCP server for inspecting PX4 ULog (.ulg) flight logs. |
| tools/px4-sitl-mcp | Simulation-only MCP server for commanding PX4 SITL with safety checks. |
| docs/ | Project-wide documentation. |
| examples/ | Runnable examples and demos. |
Getting started
Requires Python 3.12+ and uv.
git clone https://github.com/robotto-xyz/ai-drone-toolkit.git
cd ai-drone-toolkit
uv sync --all-packages
This sets up a single virtual environment for the whole workspace. From there, work on any member, e.g. run the PX4 ULog MCP server or the PX4 SITL command server:
uv run px4-ulog-mcp
uv run px4-sitl-mcp
Examples
Runnable scripts live in examples/ and drive the shared core package or tool layers directly:
# Summarize a flight log (defaults to the PX4 sample fixture):
uv run python examples/analyze_ulog.py /absolute/path/to/flight.ulg
# Flag warnings/errors and the flight-mode timeline:
uv run python examples/flight_health_check.py /absolute/path/to/flight.ulg
# Requires a running PX4 SITL instance:
uv run python examples/sitl_connect_state.py
uv run python examples/sitl_fly_survey.py
See examples/README.md for details.
Documentation
- docs/ — architecture and project-wide guides.
- packages/robotto-drone-core/README.md — shared parsing, safety, and frame-conversion APIs.
- tools/px4-ulog-mcp/README.md — install, wire into your editor, and analyze flight logs.
- tools/px4-sitl-mcp/README.md — connect to PX4 SITL, inspect state, and issue simulation-only commands.
License
MIT.
Установка Px4 Ulog
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/robotto-xyz/ai-drone-toolkitFAQ
Px4 Ulog MCP бесплатный?
Да, Px4 Ulog MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Px4 Ulog?
Нет, Px4 Ulog работает без API-ключей и переменных окружения.
Px4 Ulog — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Px4 Ulog в Claude Desktop, Claude Code или Cursor?
Открой Px4 Ulog на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Px4 Ulog with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
