feat(manipulation): add RoboPlan-native OInK backend - #3230
Open
TomCC7 wants to merge 24 commits into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #3230 +/- ##
==========================================
+ Coverage 74.90% 74.95% +0.05%
==========================================
Files 1114 1116 +2
Lines 106086 106610 +524
Branches 9665 9718 +53
==========================================
+ Hits 79461 79914 +453
- Misses 23816 23865 +49
- Partials 2809 2831 +22
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
TomCC7
marked this pull request as ready for review
July 28, 2026 03:09
TomCC7
requested review from
Dreamsorcerer,
leshy,
mustafab0,
paul-nechifor and
spomichter
as code owners
July 28, 2026 03:09
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
add-roboplan-oink-kinematics.Problem
RoboPlan-backed manipulation stacks implicitly use Pink for inverse kinematics.
This separates IK from the RoboPlan scene, planning-group mappings, collision
state, and native model semantics.
Solution
RoboPlanWorldimplementKinematicsSpecwith bundledroboplan.optimal_ik.while retaining Pink as the default for other worlds and as an explicit
override.
same-robot, and composite multi-robot requests.
convergence independently, check optional composite endpoint collisions, and
restore the shared scene in
finally.ADRs, and the complete OpenSpec design record.
The first version intentionally omits a self-collision barrier and persistent
OInK caching. Client-level simulation QA remains deferred and is recorded as
the sole unchecked OpenSpec task.
How to Test
Latest local results:
git diff --checkpassed
AI assistance
Codex with GPT-5 helped explore the design, implement the change, write tests
and documentation, and prepare this PR. The author should review every line
before merge.
Checklist