Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

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

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro kilted showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

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

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro ardent showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro bouncy showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro crystal showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro eloquent showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro dashing showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro galactic showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
foxy

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro iron showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro lunar showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro jade showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro indigo showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro hydro showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

No version for distro kinetic showing humble. Known supported distros are highlighted in the buttons above.
Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
humble

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
melodic

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test

Repo symbol

schunk_svh_library repository

schunk_svh_library

ROS Distro
noetic

Repository Summary

Checkout URI https://github.com/SCHUNK-GmbH-Co-KG/schunk_svh_library.git
VCS Type git
VCS Version main
Last Updated 2025-06-16
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
schunk_svh_library 1.0.1

README

build badge build badge build badge build badge License

Schunk SVH Library

This is a standalone C++ library to control the Schunk SVH 5-finger hand. It provides a hardware abstraction for driver development. Users can develop custom wrappers on top in their preferred robotics framework.

Installation


Note: Switch to these instructions when working in a ROS1/ROS2 context.


Start an out of source build in the parent folder of this package with

mkdir build && cd build
cmake ../driver_svh/ -DCMAKE_INSTALL_PREFIX=../install
cmake --build .
make install

You may also provide another install folder via -DCMAKE_INSTALL_PREFIX=.

Connection to the SVH

This driver library uses a serial interface to communicate with the SVH. We assume that you use a suitable usb-serial dongle and that the dongle’s driver provides a /dev/ttyUSB0 file for communication with the hardware. Recent Ubuntu operating systems should support that out-of-the-box. However, it will be necessary to add your user to the dialout group to speak with that device file without sudo privileges. Call

usermod -a -G dialout $USER

and restart your system. After that, you are good to go.

Running tests manually

We currently use the Boost test framework. You can run the tests manually on the command line with

make CTEST_OUTPUT_ON_FAILURE=1 test