Giter Site home page Giter Site logo

dynamixel_gripper's Introduction

Dynamixel Servo Gripper

Purpose

An end effector is the device at the end of a robotic arm, designed to interact with the environment. To provide for a low cost gripper solution for the underlying project, 2 dynamixel motors with claws affixed are attached alongside each other. This library (built & tested with kinetic) provides an easy-to-use ROS package to control the grip.

Getting started

  • Ensure dynamixel motors have the proper power supply & both servos have a different ID (you can change them by using a GUI tool
  • Ensure you have download the packages for dynamixel_controllers; you can do it by running the command:
sudo apt-get install ros-kinetic-dynamixel-controllers
  • Download & place this package in your_catkin_workspace/src; remember to overlay your workspace directory in ROS_PACKAGE_PATH
  • Run the following commands:
catkin_make
roscd dynamixel_gripper/scripts
chmod +x getLoad.py
chmod +x GripperOpenClose.py
  • To start using the ROS API:
roslaunch dynamixel_gripper gripper_manager.roslaunch

ROS API

Published Topics

  • /gripper/load (dynamixel_gripper/load_state)
    • Returns the current load in both servos
  • /gripper/state (dynamixel_gripper/grip_state)
    • Returns 0 if gripper is open, and 1 if gripper is closed; contains other motor info as well

Subscribed Topics

  • /gripper/command (dynamixel_gripper, std_msgs/Int32)
    • 0 - open, 1 - close

Important points

  • Gripper may get hot after prolonged use. Keep track and ensure its temperature does not exceed 65 degrees celsius. To track temperature, check published topic /gripper/state
  • Certain parameters can be adjusted in 'tilt.yaml' & 'gripper_manager.launch' files, such as port number, servo id search range, baudrate, joint velocity, open & close angles

dynamixel_gripper's People

Contributors

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