Giter VIP home page Giter VIP logo

ur5's Introduction

ur5

Build Status

ROS packages for the UR5 Robot with a Robotiq gripper

Installation

This will assume that you already have a catkin workspace. Go to the source directory of the workspace

$ roscd; cd ../src

Clone this and the gripper (robotiq) repositories

$ git clone https://github.com/utecrobotics/ur5
$ git clone https://github.com/utecrobotics/robotiq

Build using catkin_make

$ cd ..
$ catkin_make

Visualization of UR5 in RViz

To visualize the model of the robot with a gripper, launch the following:

$ roslaunch ur5_description display_with_gripper.launch

You can then use the sliders to change the joint values and the gripper values.

Simulation in Gazebo

To simulate the robot launch the following:

$ roslaunch ur5_gazebo ur5_cubes.launch

You should see something similar to the following picture: Image of UR5

By default the simulation starts paused. Unpause the simulation. You can then send commands to the joints or to the gripper.

The following is an example of an action client to change the gripper configuration. Open a new terminal, and then execute:

$ rosrun ur5_gazebo send_gripper.py --value 0.5

where the value is a float between 0.0 (closed) and 0.8 (open).

An example of sending joints values to the robot can be executed as follows:

$ rosrun ur5_gazebo send_joints.py

To change the values of the joints, the file send_joints.py must be modified.

ur5's People

Contributors

oscar-ramos avatar

Stargazers

 avatar

Watchers

James Cloos 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.