feat(python): add Python Tasks TUI and ROS 2 quickstarts - #303
Closed
Steven Turner (steveturner) wants to merge 2 commits into
Closed
feat(python): add Python Tasks TUI and ROS 2 quickstarts#303Steven Turner (steveturner) wants to merge 2 commits into
Steven Turner (steveturner) wants to merge 2 commits into
Conversation
Three canonical ROS 2 demos bridged through Ditto — talker/listener across separate ROS graphs, teleop cmd_vel command/control, and a fleet sharing one CRDT-merged world model via a Ditto collection instead of DDS pub/sub. Runs with no ROS 2 install via an in-process rclpy shim (--sim); real-ROS 2 path in docker/.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Two Python SDK quickstarts:
matching
go-tui/rust-tui/javascript-tui.Ditto as a shared-state layer instead of DDS pub/sub:
cmd_velcommand/control over the mesh;Both run with no ROS 2 install via an in-process
rclpyshim (--sim); theROS 2 demos have a real-ROS 2 Docker path.
just python-tui/just python-ros2 <demo>wire them in.Testing
ditto-ros2 all --simruns all three demos end-to-end; the smoke tests(
python-ros2/tests) assert each one actually synced via Ditto (3 passed with anoffline token). The Tasks app follows the shared quickstart schema.
Linked issues
Companion to the Python SDK work in getditto/ditto#24476.
AI assistance
AI-assisted (Claude Code), human-supervised. Examples + bridge were AI-written
and verified running in
--sim; a human directed and reviewed.python-tuicamefrom the same effort — please give it a quick review before marking ready.