Giter Site home page Giter Site logo

terry-se4 / yumipy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from berkeleyautomation/yumipy

0.0 0.0 0.0 3.12 MB

Python control interface for interacting with the ABB YuMi Robot

License: Apache License 2.0

CMake 4.78% AMPL 4.98% Python 90.24%

yumipy's Introduction

YuMi Python Interface

AutoLab, UC Berkeley

This package provides a python interface for control and communication with ABB's Yumi. Currently the interface is still undergoing development, so changes will occur to this repo. For best results please be on the newest commit of the master branch before installing and using.

Full documentation can be found at https://berkeleyautomation.github.io/yumipy/

UPDATE: As of commit f4be489 on June 18, 2017, yumipy depends on autolab_core, a renamed version of core. If this affects you (you have installed yumipy before June 18th, 2017), please do the following:

  • Pull the latest commit from core
  • Re-install using pip or setup.py following the instructions here
  • Pull the lastest commit from yumipy

Installation

Step 1: Install the alan YuMi python interface on the client computer that will communicate with the YuMi:

$ python setup.py develop

Step 2: Upload SERVER_LEFT.mod and SERVER_RIGHT.mod under src/alan/control/ to the left and right arms of YuMi through RobotStudio.

Usage

Simple example to import and use the YuMi interface (make sure the YuMi is in Auto mode and has the server running):

from yumipy import YuMiRobot
# starting the robot interface
y = YuMiRobot()
# getting the current pose of the right end effector
pose = y.right.get_pose()
# move right arm forward by 5cm using goto_pose
pose.translation[0] += 0.05
y.right.goto_pose(pose)
# move right arm back by 5cm using move delta
y.right.goto_pose_delta((-0.05,0,0))

The control and RAPID server code is inspired by the open-abb-driver.

Support

Please request for support and report issues with errors and bugs on the repository Issues tab - that is the best way for us to respond. For other inquiries please contact Jeff Mahler at [email protected] and Jacky Liang at [email protected]

yumipy's People

Contributors

01halibut avatar jeffmahler avatar chrisp19 avatar mmatl 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.