No version for distro humble showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 jazzy showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 kilted showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 rolling showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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

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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 galactic showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 iron showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 melodic showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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 showing github. 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
Released UNRELEASED
Tags python cpp python3 ros universal-robots ros2 moveit2 rtde rviz2 ros2-humble
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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.

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