RobotecAI/rai

Openset 3D detection pipeline gripping point strategy

Open

#681 opened on Sep 2, 2025

 (1 comment) (0 reactions) (1 assignee)Python (73 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (554 stars)
PR merge metrics
 (PR metrics pending)

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