Code Monkey home page Code Monkey logo

fanlearn's Introduction

Name: FanLearn (Fanuc CR-7iA/L+ Reinforcement Learning)

Equipment: Fanuc manipulator + camera + LEGO like bricks (XL size)

To install the project from Github you need:

Create new workspace and clone the project:

mkdir fanlearn_ws
cd fanlearn_ws/
mkdir src
cd src
git clone https://github.com/l1va/fanlearn.git

There are 4 packages:

fl_description - description

fl_compvis - computer vision

fl_gazebo - gazebo robot package

fl_hardware - interactions between ROS and fanuc electric drive system

Required packages:

moveit

sudo apt install ros-kinetic-moveit

Python-pip (package manager)

sudo apt install python-pip

pyassimp

pip install pyassimp

gazebo-ros-control

sudo apt install ros-kinetic-gazebo-ros-control

trac-ik

sudo apt-get install ros-kinetic-trac-ik

robot-controllers

sudo apt-get install ros-kinetic-robot-controllers

gamepad

sudo apt-get install ros-kinetic-joy

Original gamepad configuring tutorial

Project Description

Task description

There is a brick on the table <-- this is the goal position.
Human takes this brick and puts somewhere on the table <-- this is the start position
Camera gives us a picture, from that picture we define a brick's position

The manipulator should move the brick from the start position to the goal position. The manipulator doesn't use any finger-like gripper, it uses a T-like pusher.

Basically we have 2 environments:

  • 2D environment of the table's surface
  • 6D environment of manipulator's joint-space

The first step

Solve 2D environment task using RL methods (RL stands for Reinforcement Learning)
Write a dynamic model of the manipulator: move from point A to point B or something like that (hardcode)
Combine RL solution and dynamic model

The next (optional) step (more bricks)

Do the same from the first step, but there are 2 or 3 bricks on the table

The next step (more learning)

Solve 2D environment task using RL methods <-- the same as on previous step
Find a dynamic model of the manipulator: move from point A to point B <-- using RL method
Combine these 2 solutions together

fanlearn's People

Contributors

0l1ver avatar alonso94 avatar irunyards avatar l1va avatar runovj avatar ultra-niver avatar

Watchers

 avatar  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.