We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unbuntu 18.04 with ROS melodic, RT kernel version 5.2.21
# source global ros $ source /opt/ros/melodic/setup.bash $ mkdir -p robot_ws/src && cd robot_ws $ git clone https://github.com/yaesolKim/robotiq.git src/robotiq $ git clone https://github.com/EwhaGlab/dual_ur_robotiq.git src/dual_ur_robotiq $ git clone https://github.com/yaesolKim/Universal_Robots_ROS_Driver.git src/Universal_Robots_ROS_Driver
$ sudo apt update -qq $ rosdep update $ rosdep install --from-paths src --ignore-src -y
$ catkin_make
$ source devel/setup.bash