Coder Social home page Coder Social logo

melodic_ur_robotiq's Introduction

Image for UR5e with ROS Melodic, Gazebo9 and Ubuntu 18.04

  • Ubuntu 18.04 (Bionic)
  • ROS Melodic
  • Gazebo 9.11

It is recommended to get Nvidia support through rocker.

Set up Rocker

pip3 install git+https://github.com/osrf/rocker.git
pip3 install git+https://github.com/sloretz/off-your-rocker

Note: If you found the rocker is not in /usr/local/bin, then you may need to copy it from .local/bin.rocker.

The following steps outline how to build the docker image and then run the rocker command to start the container.

  1. Build the docker image:
cd docker_image 
build_image.sh
  1. Run the rocker command to run a new container:
rocker --nvidia --x11 --user --home --pulse melodic-ur-robotiq:latest

NOTE: make sure you have rocker installed!

Also, rocker doesn't allow the --rm command to remove the container after exiting, but if you install the add-on off-your-rocker, you can pass in standard docker arguments to rocker. For example, to utilize docker's --rm and --privileged options run:

rocker --oyr-run-arg " --rm --privileged" --nvidia --x11 --user --home --net host --pulse melodic-ur-robotiq:latest

NOTE: --net host is required to allow the UR5e to connect with the ROS UR Driver! It won't work without this option if you are using docker!!

Note: if you did not install install nvidia them you need to remote "--nvidia" from the launch_docker.sh

In this branch, we include the driver with realsense camera. Because we are using D435, when you are trying to launch the node for it, please run following command:

roslaunch realsense2_camera rs_d435_camera_with_model.launch

Note: because camera permission is not given in the image, you need to use chmod to modify the permission for /dev/video0,1,2,3.

melodic_ur_robotiq's People

Contributors

jih189 avatar jlsmith10 avatar

Watchers

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