GraspNet
Table of contents
GraspNet is a large-scale 6-DoF grasp detection framework that predicts diverse grasp poses from point-cloud observations of cluttered scenes.
Core ideas
- Dense grasp proposals over observed 3D geometry
- Grasp quality scoring for ranking candidates
- Dataset and benchmark support for large-scale evaluation
Typical workflow
- Acquire an RGB-D observation and build a point cloud.
- Generate candidate 6-DoF grasps on the scene.
- Score and filter grasps by quality and collision checks.
- Select and execute a high-quality feasible grasp.
Manipulation relevance
- Strong baseline for cluttered-scene 6-DoF grasping
- Useful for comparing learned grasp detectors
- Connects perception outputs to executable grasp poses