Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

robot_interface

ROS2 package to use robot native interface

Install

Install dependency ur_modern_driver:

git clone -b libur_modern_driver https://github.com/RoboticsYY/ur_modern_driver.git
cd ur_modern_driver/libur_modern_driver
mkdir build && cd build
cmake .. && sudo make install

Install dependency ros2_ur_description:

mkdir -p ~/ros2_ws/src && cd ~/ros2_ws/src
git clone https://github.com/RoboticsYY/ros2_ur_description.git
cd .. && colcon build

Install dependence eigen3-cmake-module:

sudo apt install ros-dashing-eigen3-cmake-module

Install robot_interface:

The installation should refer to the installation of ros2_grasp_library.

Launch

Launch the UR robot control test executable:

ros2 launch robot_interface ur_test.launch.py move:=true

Launch the Rivz2 display:

ros2 launch ur_description view_ur5_ros2.launch.py

Generate Document

cd <path to root of ros2_grasp_library>/grasp_utils/robot_interface

doxygen Doxyfile