nevermore0127 / VForce

bin-picking perception system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bin-Picking

Perception system using RealSense Camera for bin-picking

Project VForce implements the 3D-MRAI algorithm with C++.language. The the core implementation of 3D-MRAI algorithm is at src directory. Some useful tools are at tools directory. The tools directory also include the calibration projects RoboCamCal, which implements the camera calibration, stereo calibration and hand-eye calibration. The applications of the algorithm are at apps directory, which includes two applications: picking bottle and picking pad.

Demo

Detection results(only show the one will be picked):

img1

Bin-Picking animation:

img2

More details can be found in my Master thesis.

Dependence

  1. librealsense(<2.0)
  2. PCL(Point Cloud Library)(>=1.7)
  3. OpenCV(>=3.0.0)
  4. PythonLibs(>=3.5)
  5. Glog
  6. Gflag

How to build

cd PROJECT_DIR
mkdir build
cd build
cmake ..
make -j4
# build documents
make doc

License MIT

About

bin-picking perception system

License:MIT License


Languages

Language:C++ 91.5%Language:CMake 5.5%Language:Python 3.0%