Giter Club home page Giter Club logo

ur_moveit_planner's Introduction

ur_moveit_planner

moveit planner server for universal robot ur5

Preparation

Check out or install these packages on your catkin workspace

Indigo

cd ~/(YOUR_CATKIN_WORKSPACE)/src
sudo apt-get install ros-indigo-opencv3
git clone https://github.com/ros-industrial/universal_robot
git clone https://github.com/ThomasTimm/ur_modern_driver
git clone https://github.com/yupos0221/ur_moveit_planner.git

kinetic

cd (YOUR_CATKIN_WORKSPACE)/src
sudo apt-get install ros-kinetic-opencv3
git clone https://github.com/ros-industrial/universal_robot
git clone -b iron-kinetic-devel https://github.com/iron-ox/ur_modern_driver
git clone https://github.com/yupos0221/ur_moveit_planner.git

Change ur_moveit_planner/CMakeLists.txt to compile for kinetic

Enable add_compile_options(-std=c++11)

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
cmake_minimum_required(VERSION 2.8.3)
project(ur_moveit_planner)

## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)

Install

cd (YOUR_CATKIN_WORKSPACE)
catkin_make

How to use with real hardware

1. Bring up UR5 and start-up server

roslaunch ur_moveit_planner ur_robot.launch

2. Running the sample (in new terminal)

!CAUTION! Please check robot trajectry and your safe.

roscd ur_moveit_planner/script
python action_client.py

How to use with simulation

1. Bring up gazebo and start-up server

roslaunch ur_moveit_planner ur_gazebo.launch

2. Running the sample (in new terminal)

roscd ur_moveit_planner/script
python action_client.py

ur_moveit_planner's People

Contributors

yupos0221 avatar takahasi 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.