Openset 3D detection pipeline gripping point strategy
@maciejmajek is already working on this.
Since Sep 2, 2025.
- Dominant language
- Python
- Stars
- 589
- Forks
- 76
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
Currently, the 3D detection system calculates the centroid of detected objects, assuming the gripper doesn't need to rotate and that the fingers are wide enough for a grip. However, for certain use cases, such as with vacuum grippers, we need to focus solely on the top plane of the object (e.g., a
box). This functionality is currently unavailable.
Describe the solution you'd like
Robust (various camera frames) ransac based filtering
Describe alternatives you've considered
Other algos
Additional context
Add any other context or screenshots about the feature request here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.