Git Product home page Git Product logo

zalmani's Introduction

ZAL manipulators

This package connects the Robotiq end effectors 3-Finger Adaptive Robot Gripper and 2-Finger 2F-85 Gripper with Universal Robot arms.

Installation

Dependencies

This software requires a system setup with Robot Operating System (ROS). It is recommended to use Ubuntu 20.04 with ROS Noetic and Catkin.

The packages from Universal Robot as well as those from Robotiq are required.

Building

# source global ros
source /opt/ros/noetic/setup.bash

# create a catkin workspace
mkdir -p catkin_ws/src && cd catkin_ws

# clone the repository
git clone https://gitlab.zal.aero/stephan.rediske/zalmani

# install dependencies
sudo apt update
rosdep update
rosdep install --from-paths src --ignore-src -y

# build the workspace
catkin build

# activate the workspace (ie: source it)
source devel/setup.bash

Usage

To start the simulation, run one of the top-level launch files, e.g.:

roslaunch zalmani_gazebo ur10e_3f.launch

Note

For simplicity, an argument has been added to the top-level launch files to switch between position and effort interface. Just use the flag ur_use_effort_controller:=false to start the UR with position interface and robotiq_use_effort_controller:=false to start the end effector with position interface. By default the UR starts with a position interface and the end effector with an effort interface.

There are more flags available and for clarity, a lot of them have been looped through to the top-level launch files. In your own application you would usually only pass the necessary flags to the top-level files and set all other values with the 'default=' argument in lower level files.

For example:

roslaunch zalmani_gazebo ur10e_3f.launch ur_use_effort_controller:=true robotiq_use_effort_controller:=false spawn_z:=1.0

spawns the UR10e with effort interface and Robotiq 3-Finger Adaptive Robot Gripper with position interface, the base base from the UR10e would be at 1.0 m height.

zalmani's People

Contributors

zal-srediske avatar juhannc avatar zal-jlange avatar srediske avatar

Watchers

 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.