![]() |
ur_ros_rtde_gripper_commands package from ur_ros_rtde reposimple_ur10e_description simple_ur10e_moveit_config ur_ros_rtde ur_ros_rtde_gripper_commands ur_ros_rtde_msgs ur_ros_rtde_simple_clients ur_ros_rtde_tutorials |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | BSD-3-Clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | ROS2 Interface for Universal Robots CoBots based on ur_rtde (Python, C++) |
Checkout URI | https://github.com/superdiodo/ur_ros_rtde.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-03-27 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Alessio Saccuti
Authors
Gripper commands examples
Add-on devices such as robot grippers often require software extensions, called URCaps, to be installed on the robot controller. URCaps typically provide custom instructions which are not part of standard URScript. Plugins of the extension type are used so that custom instructions can be called by ur_ros_rtde
.
OnRobot soft gripper
In this package are provided implementation examples of commands that can be used to interact with an OnRobot soft gripper. To control the gripper it is mandatory to:
- Install and configure the OnRobot SG
- Install the OnRobot URCap using the robot teach pendant.
- Clone
ur_rtde
, apply the patch provided inur_ros_rtde
and then install the cloned software.
# optional: remove ur_rtde binaries if installed with apt
sudo apt remove --purge librtde librtde-dev
# clone ur_rtde
cd <desired_path>
git clone https://gitlab.com/sdurobotics/ur_rtde.git
cd ur_rtde
git submodule update --init --recursive
# apply the patch
git apply <path>.patch
# install ur_rtde
mkdir build
cd build
cmake ..
make
sudo make install
- Compile
ur_ros_rtde_gripper_commands
package.
cd <ros_workspace_path>
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to ur_ros_rtde_gripper_commands
- Remove the plugins implemented in this package from the blacklist in the launch file.
If everything was set up as indicated above, the CommandServer will be able to discover and load the plugins related to OnRobot commands. Each command, as done for the other plugins, will be exposed as an action server. The command server can be launched and commands can be requested to the robot as shown in the tutorials.
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ur_ros_rtde | |
ament_cmake_ros | |
rosidl_default_generators | |
rosidl_default_runtime | |
ament_lint_auto | |
ament_lint_common | |
ur_ros_rtde_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ur_ros_rtde_gripper_commands at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here