GithubHelp home page GithubHelp logo

igor-lirussi / gripper3f_interface Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.42 MB

Gripper3F Robot interface for controlling the robotic gripper with ROS

License: Apache License 2.0

Python 100.00%
gripper robotics ros gripper3f

gripper3f_interface's Introduction

Gripper3F_interface

Gripper3F Robot interface for controlling the robotic gripper with ROS

Description

This repo allows you to control easily the Gripper3F from your computer with ROS, sending commands (open, close) and changing gripping modes. Also, is possible to set up the force, speed, and the precise position to go.

It's designed to work also with the UR10 robot interface

Topics:

  • Robotics
  • Gripper

Result

Result

Result

Requirements & Dependencies

Install

  • install the Requirements & Dependencies
  • clone this repo in your project

Run

  • remember to source the setup.bash of catkin
  • run the gripper node
  • use the interface as in the "Code" section

Example:

# on the external pc

# FOR THE GRIPPER
# source the knowledge for ROS
source /home/ur-colors/UR10_dockerized/catkin_ws/devel/setup.bash 
# activate your env to have your pkgs installed
conda activate ur10_py3.9
# launch the node for the gripper, it moves to calibrate
roslaunch robotiq_3f_driver listener.launch ip_address:=192.168.0.11

Code

from gripper3f_interface import Gripper
import rospy

rospy.init_node("gripper")
rospy.sleep(1.0)
gripper = Gripper()
gripper.activate_gripper()

gripper.close_gripper()

Useful Resources & Extra

Authors

  • Igor Lirussi @ BOUN Boğaziçi University - CoLoRs (Cognitive Learning and Robotics) Lab

Acknowledgments

  • All the people that contributed with suggestions and tips.

License

This project is licensed - see the LICENSE file for details.

gripper3f_interface's People

Contributors

igor-lirussi avatar

Watchers

 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.