Skip to content
Yaesol Kim edited this page Dec 6, 2021 · 17 revisions

This wiki aims to give the information needed to use the dual arm ros package for the UR5e and robotiq finger.

Documentation

Getting Started

  1. Getting Started
  2. Control Single Arm
  3. Control Dual arm

Build and Compile

  1. Clone this repository
mkdir robot_ws && cd robot_ws && mkdir src
catkin_init_workspace
cd src
git clone https://github.com/yaesolKim/dual_ur_robotiq.git
  1. Install the dependencies
cd ..
rosdep install --from-paths src --ignore-src -r -y
  1. Build the workspace
catkin_make

urdf file: ~/dual_arm_description/urdf/dual_ur5e_robot.urdf.xacro

Clone this wiki locally