Giter Site home page Giter Site logo

vivekalumootil / husky_ur5e_robotiq_manipulation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 24.5 MB

A repository to facilitate setting up a Husky robot with a UR5e arm and Robotiq gripper in Gazebo.

CMake 9.79% Python 24.49% Shell 2.01% C++ 63.15% C 0.55%

husky_ur5e_robotiq_manipulation's Introduction

husky_ur5e_robotiq_manipulation

This repository is meant to facilitate setting up a Husky robot with a UR5e arm and a Robotiq gripper. ROS Noetic is the only ROS version currently supported. You need a proper Catkin workspace for this tutorial, as well as Gazebo 11 and revelant ros_gazebo packages.

Installing this repository

Go to the /src directory of your Catkin workspace. Run this to clone the repository:

git clone https://github.com/vivekalumootil/husky_ur5e_robotiq_manipulation.git

Husky simulator dependency

To install the Husky simulator packages:

sudo apt-get install ros-noetic-husky-simulator

Manipulators

There are two possible options this repository provides. You can have the husky with a UR5 arm manipulator, or with a UR5e arm and a Robotiq gripper.

Starting up the gazebo world

Spawn a new terminal window and move to the root directory of your workspace.

1. catkin build
2. source devel/setup.bash

Only UR5 Arm

To attach the arm to your Husky robot and start the simulation:

1. export HUSKY_URDF_EXTRAS=$(catkin_find husky_ur_description urdf/husky_ur5_e_description.urdf.xacro --first-only)
2. roslaunch ucla_husky_bringup simulation.launch

UR5 Arm and Robotiq Gripper

To attach the arm and gripper to your Husky robot and start the simulation:

1. export HUSKY_URDF_EXTRAS=$(catkin_find husky_ur_description urdf/husky_ur5_e_gripper_description.urdf.xacro --first-only)
2. roslaunch ucla_husky_bringup_gripper simulation.launch

Launching the MoveIt package

Spawn a new terminal window and move to the root directory of your workspace.

source devel/setup.bash

Only UR5 Arm

roslaunch husky_ur_moveit_config husky_ur_moveit_planning_execution.launch

UR5 Arm and Robotiq Gripper

roslaunch husky_ur_robotiq_2f_85_moveit_config husky_ur_robotiq_2f_85_moveit_planning_execution.launch

Rviz controller

Spawn a new terminal window.

1. source devel/setup.bash
2. rviz

In the displays menu, change the Fixed Frame to be odom. Then click the Add button --> MotionPlanning --> OK. Select the planning group which corresponds to the manipulator you would like to control. manipulator is for the arm and gripper is for the gripper. Then drag the colored arrows around or adjust the sliders in the joint tab and press Plan & Execute.

husky_ur5e_robotiq_manipulation's People

Contributors

vivekalumootil avatar thonapalin 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.