feat(manipulation): validate connected grasp plans - #3364
Draft
TomCC7 wants to merge 1 commit into
Draft
Conversation
This was referenced Aug 5, 2026
❌ 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 |
TomCC7
force-pushed
the
feat/grasp-03-connected-plans
branch
from
August 5, 2026 05:45
9dcfb82 to
1cd98d4
Compare
TomCC7
force-pushed
the
feat/grasp-02-pipeline
branch
from
August 5, 2026 05:45
e74206b to
8743db5
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
Validating pre-grasp, grasp, and retreat independently can accept legs that are individually feasible but cannot be executed as one continuous sequence.
Solution
This is stack 3 of 5. Previous: #3363. Next: #3365. Review the diff against
feat/grasp-02-pipeline.How to Test
uv run pytest dimos/manipulation/test_manipulation_unit.py dimos/manipulation/test_pick_and_place_unit.py dimos/manipulation/test_roboplan_world.py -vVerified: 159 focused connected-planning tests passed; Ruff passed on the changed Python files.
AI assistance
OpenAI Codex with GPT-5 was used extensively for branch extraction, implementation cleanup, verification, and this description.
Checklist