Giter Club home page Giter Club logo

uhvat_gripper's Introduction

The best gripper [two fingers version]

schema

To assembly this one you need:

  • two servomotors dynamixel AX12-type
  • usb dynamixel adapter
  • 3d printer
  • wires

Models and so on you can find in Internet, for example this https://hackaday.io/project/1059-adaptive-gripper

Installation

Go to you own catkin workspace

roscd && cd ../src

Clone this repository

git clone https://github.com/be2rlab/uhvat_gripper.git

Build it

catkin build
source devel/setup.bash

Check for the rights

sudo chmod a+rw /dev/ttyUSB0

Check the pySerial library for python (required for ros driver)

pip install pyserial

Get the dynamixel SDK inside package (only you have problems with already included SDK)

svn export https://github.com/ROBOTIS-GIT/DynamixelSDK.git/trunk/ros/dynamixel_sdk

How to use

  1. Connect your gripper to power supply (or battery)
  2. Connect the gripper to a usb2dynamixel adapter and a computer
  3. Run the driver
roscore
rosrun uhvat_ros_driver driver_node.py
  1. Set state
rosservice call /gripper_state "state: 0"

where

a position control

  • state: 0 is a maxumum wide openning
  • state: 1 is a less wide openning
  • state: 2 is a more less wide openning
  • state: 3 is a positions of fingers whant its touches each other

a speed (lazy force) control

  • state: 4 is a low level of a closing force
  • state: 5 is a middle level of closing force
  • state: 6 is a high level of closing force

For more details of using see src/tests.py.

Have a fun :)

uhvat_gripper's People

Contributors

kirillin avatar likerobotics avatar

Stargazers

 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.