-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
Yaesol Kim edited this page Dec 8, 2021
·
52 revisions
Unbuntu 18.04 with ROS melodic, RT kernel version 5.2.21
Other implementation details
- Install Ubuntu and install real-time kernel.
- Install ROS following instructions provided here.
- Install Universal_Robots_ROS_Driver following instructions here.
- Install robotiq ros driver following instructions provided(https://github.com/ros-industrial/robotiq).
- Install moveit
- Create a catkin workspace and clone this repository
$ mkdir robot_ws && cd robot_ws && mkdir src
$ catkin_init_workspace
$ cd src
$ git clone https://github.com/ros-industrial/robotiq.git
$ git clone https://github.com/ros-controls/ros_controllers.git
$ git clone https://github.com/yaesolKim/dual_ur_robotiq.git
- Install the dependencies
$ cd ..
$ rosdep update
$ rosdep install --from-paths src/ --ignore-src --rosdistro melodic
- Build the workspace
$ catkin_make
- Activate the workspace (ie: source it)
$ source devel/setup.bash
I tried to follow the UR ROS package description (here), but robot PC keep shows "external control connection refused". Instead of using this method, I followed the method here.
left arm: 192.168.1.21
right arm: 192.168.1.22
left finger: 192.168.1.11
right finger: 192.168.1.12