Add physical-style xArm6 WorldBelief replay blueprint - #3273
Draft
jhengyilin wants to merge 10 commits into
Draft
Conversation
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
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.
Summary
Adds hardware-free xArm6 WorldBelief replay blueprints that replace only the physical camera/TF source while keeping the same live pipeline:
This is intentionally not global
--replaymode. The source recording is played into the ordinary live Recorder, soscanonly sees evidence that has reached the replay cursor, just as it only sees evidence recorded so far on the physical robot.Blueprints
xarm6-worldbelief-replay-kitchenxarm6-worldbelief-replay-stationeryxarm6-worldbelief-replayfor a custom recording supplied through--replay-dbThe two named variants resolve/download the PR #3255 Git LFS datasets automatically.
Direct test
Stationery:
uv run dimos run xarm6-worldbelief-replay-stationery -d uv run dimos mcp call scan \ -a prompt='["red marker", "post it", "black pen", "book", "black tape"]'Custom recording:
Playback controls:
Optional startup controls use the replay source instance config:
Higher speeds trade fidelity for turnaround because RGB-D decoding, TF publication, Rerun, and re-recording still happen live.
Fidelity to the physical blueprint
Kept identical:
Replaced:
Playback starts from
on_system_modules, after Recorder, WorldBelief model warmup, Rerun, and MCP are ready, so startup does not consume the beginning of the recording while models load.Validation