Flexible and powerful data processing tool for robotics data.

px4 python robotics ros ros2
2 Open Issues Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a new MCP tool, `read_topic_frequencies`, to the Bagel server. This tool will calculate topic frequencies (time deltas between messages) for specified topics within a given time range. The implementation will closely mirror the existing `read_topic_messages` tool, but utilize a different reader factory and fewer arguments.

Complexity: 3/5
enhancement good first issue

Flexible and powerful data processing tool for robotics data.

Python
#px4#python#robotics#ros#ros2

AI Summary: Create a new Dockerfile and Docker Compose service for processing PX4 ULog files using Bagel. This involves basing the Dockerfile on an Ubuntu image, installing the `pyulog` package using Poetry, and adding a new `px4` service to the `compose.yaml` file. The new service should allow users to access and process `.ulg` files within a Docker container.

Complexity: 3/5
enhancement good first issue

Flexible and powerful data processing tool for robotics data.

Python
#px4#python#robotics#ros#ros2