Coder Social home page Coder Social logo

tsitsimis / robot-handover Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 99.12 MB

A controller for the humanoid robot NAO for interactive human-to-robot object handovers

Home Page: https://www.youtube.com/watch?v=XdSkf5j4eKs

Python 100.00%
robotics humanoid-robot nao manipulator-robotics

robot-handover's Introduction

Interactive co-manipulation agent

A handover algorithm based on the detection of colored objects in the scene and on deciding about the robot’s ability to execute stable grasping. Takes into account the relative positioning and orientation of the object inside the field of view of the robot's on-board camera.

Robotic platform

Humanoid robot NAO

  • vision: monocular RGB camera
  • manipulator: 5-DOF arms, 1-DOF hands

Detection

The object detection is based on simple color-based segmentation:

detection_pipeline

  • RGB → HSV
  • thresholding
  • morphological filtering:
  • select max-area contour

Classification

The robot extracts visual geometric features of the object (centroid, width, height, orientation, etc) and based on training examples of good, average and bad handovers decides if it can grasp it. The classifier used is a Support Vector Machine with gaussian radial basis kernel.

Visual servoing and end-effector adaptation

The robot's head follows the object by adjusting its yaw and pitch angles through a simple proportional control. Given that the training samples were captures in a fixed head orientation the hand's pose must adapt to compensate the camera frame-hand frame change.

Dependencies

  • numpy
  • scikit-learn
  • opencv
  • naoqi

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.