No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

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

ur_ros_rtde commands for controlling grippers

Additional Links

No additional links.

Maintainers

  • Alessio Saccuti

Authors

No additional 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:

  1. Install and configure the OnRobot SG
  2. Install the OnRobot URCap using the robot teach pendant.
  3. Clone ur_rtde, apply the patch provided in ur_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
    
  1. 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
    
  1. 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.

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ur_ros_rtde_gripper_commands at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.