Giter Site home page Giter Site logo

armer_ur's Introduction

Armer UR

QUT Centre for Robotics Open Source License: MIT Build Status Language grade: Python Coverage

To be used with the Armer Driver

This package launches the UR drivers for use with the Armer Driver.

It interfaces with the UR drivers so they must be installed and built as well.

Installation

Preinstallation step: Install UR drivers

  1. Clone the driver and description to the Armer workspace
cd ~/armer_ws 
git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git src/Universal_Robots_ROS_Driver 
git clone -b calibration_devel https://github.com/fmauch/universal_robot.git src/fmauch_universal_robot 
cd fmauch_universal_robot 
rm -r *moveit*
rm -r *gazebo*
echo "Completed download and removing Moveit and Gazebo files"
  1. Install dependencies and build workspace
sudo apt update 
rosdep update 
rosdep install --from-paths src --ignore-src -y
catkin_make
echo "Completed dependency install"

The URCap helper program is also required for running on a physical robot.

Armer UR installation

The following code snippet will download the Armer UR hardware package to workspace ~/armer_ws. It will then install dependencies and rebuild the workspace.

cd ~/armer_ws
git clone https://github.com/qcr/armer_ur.git src/armer_ur
rosdep install --from-paths src --ignore-src -r -y 
catkin_make 

Usage

roslaunch armer_ur robot_bringup.launch 

By default this will launch to control a physical UR5. To run a Swift simulation or specifiy a different UR model, the sim parameter can be set to true and the ur_model parameter can be set to the desired model such as "ur3". For example:

roslaunch armer_ur robot_bringup.launch sim:=true ur_model:=ur3

armer_ur's People

Contributors

qutfaith avatar suddrey 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.