Python and C++ code for fast graspability evaluation
Paper: Domae et al., Fast graspability evaluation on single depth maps for bin picking with general grippers, ICRA 2014, PDF
Clone this repository. Detect collision-free grasps for a test image in fast-graspability-evaluation/data/depth.png
- Python
cd fast-graspability-evaluation/python
python run_graspability.py
- C++
cd fast-graspability-evaluation/cpp
mkdir build && cd build
cmake ..
make
./run_graspability