Coder Social home page Coder Social logo

haxhimitsu / robotiq_ros Goto Github PK

View Code? Open in Web Editor NEW

This project forked from littleblakew/robotiq_ros

0.0 1.0 1.0 24.62 MB

S-model gripper and FT300 sensor

License: BSD 2-Clause "Simplified" License

CMake 7.47% C++ 66.46% Python 24.72% C 1.35%

robotiq_ros's Introduction

robotiq_ros

This repo holds source code for ROS.

Prerequisites

  1. Install ROS.
  2. Install Moveit and other dependencies.
sudo apt-get install ros-<distro>-moveit ros-<distro>-moveit-full-pr2 ros-<distro>-soem ros-<distro>-controller-manager ros-<distro>-socketcan-bridge
  1. Install UR packages.
sudo apt-get install ros-<distro>-universal-robot

Installation

  1. Clone the repo into your workspace.
cd <YOUR WORKSPACE>/src/
git clone https://github.com/littleblakew/robotiq_ros.git
  1. Compile the packages.
cd ..
catkin_make
  1. Install robotiq_modbus_tcp.
rosdep install robotiq_modbus_tcp 

Configuration

Gripper

See: S-Gripper

FT 300

  1. Enter the robotiq_ros folder
  2. Copy the rule "udev/52-ftdi.rules" into "/etc/udev/rules.d"
sudo cp /robotiq_force_torque_sensor/udev/52-ftdi.rules /etc/udev/rules.d
  1. Reconnect the usb of FT300.
  2. Check the new name of device of FT300, which is supposed to be "/dev/ftdi_XXXXXXXX".
  3. Replace the old name of device of FT300 in "robotiq_force_torque_sensor/launch/ft_300.launch" with the new name of device of FT300.

Usage

Gripper

rosrun robotiq_s_model_control SModelTcpNode.py 192.168.1.11 
rosrun robotiq_s_model_control SModelSimpleController.py 

FT 300

roslaunch robotiq_force_torque_sensor ft_300.launch

Reference

  1. https://github.com/ros-industrial/robotiq
  2. https://github.com/ibaranov-cp/husky_UR_accessories

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.