feat(manipulation): add grasp proposal pick pipeline - #3363
Draft
TomCC7 wants to merge 3 commits into
Draft
Conversation
This was referenced Aug 5, 2026
TomCC7
force-pushed
the
manip/grasp-sprint-july-26
branch
from
August 5, 2026 05:32
90216db to
c652e0c
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
1 task
TomCC7
changed the base branch from
manip/grasp-sprint-july-26
to
feat/grasp-02-provider
August 5, 2026 05:33
TomCC7
force-pushed
the
feat/grasp-02-pipeline
branch
from
August 5, 2026 05:45
e74206b to
8743db5
Compare
TomCC7
force-pushed
the
feat/grasp-02-provider
branch
from
August 5, 2026 05:45
90216db to
0b201b3
Compare
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.
Contribution path
Problem
PickAndPlace does not consume ranked grasp proposals or report enough detail when candidate selection and planning fail. The xArm stack also lacks reusable blueprints that wire GraspGenX into perception, manipulation, and the agent.
Solution
This is stack 2 of 5. Previous: #3367. Next: #3364. Review the diff against
feat/grasp-02-provider.How to Test
uv run pytest dimos/manipulation/test_pick_and_place_unit.py dimos/manipulation/planning/monitor/test_world_obstacle_suppression.py dimos/robot/manipulators/xarm/blueprints/test_graspgenx.py -vVerified during extraction: 159 focused tests passed, 3 skipped, and 42 deselected; Ruff passed; the generated blueprint registry is current.
AI assistance
OpenAI Codex with GPT-5 was used extensively for branch extraction, implementation cleanup, verification, and this description.
Checklist