Giter VIP home page Giter VIP logo

mrac_moveit1_ur's Introduction

ROS Noetic Moveit with UR10e

Description

Contents of container:

Docker

For docker instructions see README in the .docker directory of this repo.

Detailed instructions

See instructions directory

Use

Running in simulation

roslaunch ur10e_moveit_config demo.launch

 

Running on the robot

In order to ensure optimal performance of the ur_driver without the realtime kernel the ur_robot-driver is run with a high priority.

 

Process priority

When not using a realtime kernel it is recommended to run the UR driver with high process priority.

See process nice for more information on process niceness.

This requires the user to have the permissions to change the niceness of processes.

Add the following to /etc/security/limits.conf on the Docker host

$USER - nice -15

Once inside the container run su $USER in order for the permissions to be loaded.

 

Udev rules

Download rules and place them into /etc/udev/rules.d/ on the Docker host

Reboot host if camera is not detected

 

Network configuration

These instructions assume

  • Robot IP: 192.168.56.101
  • Docker Host IP: 192.168.56.1

If URcaps fails to connect add the following rule to the firewall (ufw) on the docker host.

sudo ufw allow from 192.168.56.101 to 192.168.56.1

Launch the robot bringup, this file sets the robot IP and loads the kinematics calibration for the IAAC UR10e.

  • without endeffector

    ur10e_moveit_config ur10e_iaac_bringup.launch 
  • with endeffector

    ur10e_ee_moveit_config ur10e_ee_iaac_bringup.launch 

On the ur pendant load and start URcaps

When the robot is connected you should see the following in the terminal used to launch the bringup

[ INFO]  Sent program to robot
[ INFO]  Robot connected to reverse interface. Ready to receive control commands.

You can use the top or rqt-top command to check the ur driver is running unnicely (-15)

mrac_moveit1_ur's People

Contributors

bora-ecs avatar vincehuyghe 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.