Skip to content

This projects aim to create a bin scene maker simulation in order to be processed further such as pose recognition, object detection, etc.

Notifications You must be signed in to change notification settings

zcZhangCheng/BinPickingSimulation

Repository files navigation

Bin Picking Simulation

Video

Video(YouTube)

Abstract

This program helps to construct 3D scene for the bin picking based on the 3D pointcloud of an object.

The project takes a .STL mesh model as an input, then it will create a synthetic scene using Point Cloud Library(PCL) for pointcloud processing and Bullet Physics for physics simulation.

Requirements

Linux

To build this project you will need:

  • Point Cloud Library (PCL)

    $ sudo apt install libpcl-dev
    
    
  • cmake

  • Bullet3 (which is already compiled with the project)

Compile and run

    mkdir build
    cd build
    cmake ..
    make
    ./binSceneMaker

Windows

To build this project you will need:

Install PCL as you wish, just don't install OpenNI2 at this stage

Result

  • cmake 3.18.5

  • Bullet3 (which is already compiled with the project)

About

This projects aim to create a bin scene maker simulation in order to be processed further such as pose recognition, object detection, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published