Giter VIP home page Giter VIP logo

fasten-ur5's Introduction

fasten-ur5

Simulation environment for ur5

Description

This repository intends to provide a simulation environment (Gazebo+ROS+Rviz) for the development of pick and place functions with the UR5.

It is based in the following packages:

https://github.com/utecrobotics/ur5

https://github.com/JenniferBuehler/common-sensors

https://github.com/utecrobotics/robotiq

https://github.com/philwall3/UR5-with-Robotiq-Gripper-and-Kinect

https://github.com/lihuang3/ur5_ROS-Gazebo

Installation

Create a catkin workspace:

$ source /opt/ros/kinetic/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/
$ catkin_make
$ source devel/setup.bash

Clone the git repository:

$ cd ~/catkin_ws/src/
$ git clone https://github.com/Ubira/fasten-ur5.git

Build the catkin workspace:

$ cd ~/catkin_ws/
$ catkin_make
$ source devel/setup.bash

Usage:

For simulation with Gazebo run the command:

$ roslaunch ur5_gazebo ur5_setup.launch

The following world should appear in your Gazebo's GUI (make sure to start the simulation):

alt text

It's possible to run python scripts like "testmotion.py" with the command:

$ rosrun ur5_gazebo testmotion.py

In case of writing a new script make sure to make it executable with (in the file folder):

$ chmod +x YOUR_PYTHON_SCRIPT.py

fasten-ur5's People

Contributors

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