Short Explanation
Provide an RGB-D observation or point cloud, and AnyGrasp predicts feasible 6-DoF grasp poses with scores and gripper widths for robotic manipulation.
AnyGrasp is a robust grasp perception tool for predicting and tracking 6-DoF robotic grasps from RGB-D observations and point clouds.
Core parameters, trigger timing, and visual before/after demo references.
Provide an RGB-D observation or point cloud, and AnyGrasp predicts feasible 6-DoF grasp poses with scores and gripper widths for robotic manipulation.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
color_imagefileRGB frame aligned with the depth input.
depth_imagefileMetric depth image used to recover 3D geometry for grasp candidates.
max_gripper_widthslider0.10 mFilters grasps that exceed the physical gripper opening.
filterselectoneeuroTemporal smoothing option for tracking grasps across frames.
pose6-DoF grasp frame describing gripper position and orientation.
scorePredicted grasp quality used to rank candidates.
widthRequired gripper opening width for the selected grasp.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
# Relative-path local entry for the AnyGrasp tool folder python tools/anygrasp/grasp_detection/demo.py --checkpoint_path tools/anygrasp/log/checkpoint_detection.tar --max_gripper_width 0.1 --gripper_height 0.03 --debug # Optional temporal tracking entry: python tools/anygrasp/grasp_tracking/demo.py --checkpoint_path tools/anygrasp/log/checkpoint_tracking.tar -filter oneeuro --debug # Suggested repository layout when adding local files: # tools/anygrasp/README.md # tools/anygrasp/grasp_detection/demo.py # tools/anygrasp/grasp_tracking/demo.py # tools/anygrasp/grasp_detection/example_data/color.png # tools/anygrasp/grasp_detection/example_data/depth.png # tools/anygrasp/log/ # This page documents the path. The static page does not execute AnyGrasp. # The official implementation requires the licensed AnyGrasp SDK binaries and model weights.
{
"tool": "anygrasp",
"status": "ok",
"grasps": [
{
"label": "6-DoF grasp perception",
"score": 0.87,
"output": "6-DoF grasp poses, scores, widths"
}
],
"timing": {
"runtime": "The paper reports 100 ms grasp prediction and less than 200 ms overall decision time; single UR5 setup reaches 900+ mean picks per hour.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/anygrasp/runs/visualization.png",
"raw_predictions": "tools/anygrasp/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{anygrasp2023,
title={AnyGrasp: Robust and Efficient Grasp Perception in Spatial and Temporal Domains},
author={Hao-Shu Fang and Chenxi Wang and Hongjie Fang and Minghao Gou and Jirong Liu and Hengxu Yan and Wenhai Liu and Yichen Xie and Cewu Lu},
year={2023},
note={IEEE Transactions on Robotics, 2023 / arXiv:2212.08333},
url={https://arxiv.org/abs/2212.08333}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| Real bin-picking benchmark | Attempt-centric success | 93.3% AnyGrasp vs 72.2% DexNet 4.0; object completion 99.8% | 100 ms prediction, <200 ms decision time | T-RO 2023 paper |
| Dynamic fish catching | Success rate | 75.5% AnyGrasp vs 62.5% heuristic baseline | Temporal grasp tracking | AnyGrasp paper |
AnyGrasp paper, success-rate table, RGB-D examples, grasp detection demo, grasp tracking demo, SDK registration notes, and real-robot videos.
Visual references from the original tool. Click any image to inspect the original size.