Coder Social home page Coder Social logo

mlgblw / bin-picking-robot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xinyiz0931/bin-picking-robot

1.0 0.0 0.0 63.76 MB

Binpicking tool including vision, planning and robot control

Shell 0.32% C++ 2.19% Python 95.75% C 1.60% CMake 0.14%

bin-picking-robot's Introduction

bpbot

Bin picking tools including vision, grasp planning and robot control

$ git clone https://github.com/xinyiz0931/bin-picking-robot.git
$ cd bin-picking-robot
$ pip install -e .

Use bin picking functions by

>>> import bpbot

e.g. executing files in examples

$ python example/example_test_graspability.py

A Topological Solution of Entanglement for Complex-shaped Parts in Robotic Bin-picking

Xinyi Zhang, Keisuke Koyama, Yukiyasu Domae, Weiwei Wan and Kensuke Harada
Osaka University
IEEE International Conference on Automation Science and Engineering (CASE 2021)

arXiv / Video

Overview

This paper addresses the problm of picking up only one object at a time avoiding any entanglement in bin-picking. To cope with a difficult case where the complex-shaped objects are heavily entangled together, we propose a topology-based method that can generate non-tangle grasp positions on a single depth image. The core technique is the entanglement map, which is a feature map to measure the entanglement possibilities obtained from the input image. We use an entanglement map to select probable regions containing graspable objects. The optimum grasping pose is detected from the selected regions considering the collision between robot hand and objects. Experimental results show that our analytic method provides a more comprehensive and intuitive observation of the entanglement and exceeds previous learning-based work in success rates. Especially, our topology-based method does not rely on any object models or time-consuming training process, so that it can be easily adapted to more complex bin-picking scenes.

This repository provide the code of grasp planning by generating the entanglement map for depth images.

Usage

  1. Run this python script to visualize the results
$ git clone https://github.com/xinyiz0931/bin-picking-robot.git
$ cd bin-picking-robot
$ pip install -e .
$ python example/example_tangle_pick.py
  1. Before execution, there are four important parameters must be tuned, you can revise them in ./config/config.yaml. Default values are pretty good, you can tune them based on your needs.
  • (len_thld, dist_thld, sliding_size, sliding_stride, c_size) = t_params
    • len_thld: the minimum length of detected edge segments
    • dist_thld: the minimum distance between detected edge segments
    • sliding_size: (important) size of sliding window
    • sliding_stride: (important) stride between two windows
    • c_size: size of input cropped image when computing entanglement map
  1. If you want to revise the source code, please find them in
  • ./bpbot/binpicking.py -> detect_nontangle_grasp()
  • ./bpbot/tangle_solution/entanglement_map.py, topo_coor.py

bin-picking-robot's People

Contributors

xinyiz0931 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.