feat: add six rigid labware checkpoint environments - #7
Open
Steafy7 wants to merge 1 commit into
Open
Conversation
Steafy7
marked this pull request as ready for review
July 31, 2026 21:55
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 dedicated one-environment-per-asset Matterix checkpoint environments for
the six Batch 1 labware payloads:
The capped checkpoints preserve the authored two-body fixed-joint USD payloads
by spawning them as generic USD scene assets rather than routing them through
Isaac Lab's single-rigid-body
RigidObjectloader. The Matterix_assets datasubmodule points to the six-payload branch from the companion asset PR.
The workflow launcher also gains the controls required by the visual-review
runbook: WebRTC launcher argument forwarding, unique
--record_pathsupport,and
--episodes 1termination for a finite review run. The Isaac Sim 5.1render-setting compatibility change is limited to removing the obsolete
fractional-cutout setting.
Validation actually passed
On this clean PR branch, with the six-payload asset submodule commit checked
out:
the registry, and
scripts/run_workflow.py.Matterix-Test-Rigid-Labware-Flask-50-Franka-v1/pick_and_place_flask_50: headless, one episode, unique record path — PASS.Matterix-Test-Rigid-Labware-Flask-250-Franka-v1/pick_and_place_flask_250: headless, one episode, unique record path — PASS.Matterix-Test-Rigid-Labware-Duran-100-Franka-v1/pick_and_place_duran_100: headless, one episode, unique record path — PASS.Matterix-Test-Rigid-Labware-Duran-500-Franka-v1/pick_and_place_duran_500: headless, one episode, unique record path — PASS.Matterix-Test-Rigid-Labware-Falcon-15-Franka-v1/pick_and_place_falcon_15: headless, one episode, unique record path — PASS.Matterix-Test-Rigid-Labware-Falcon-50-Franka-v1/pick_and_place_falcon_50: headless, one episode, unique record path — PASS.good.
This is a draft PR for review alongside AccelerationConsortium/Matterix_assets PR #14.