Schunk SDH

Hand Picture
Hand Diagram

The SCHUNK Dexterous Hand (SDH2) is a 7-DOF robot with two joints for each of three fingers and a single joint that rotates two of the fingers 90 degrees (from facing the third finger to facing each other). Each finger has two WEISS pressure sensitive pads for contact imaging.


SDH2 and the Weiss Touch Sensors are mostly independent devices. The hand can communicate over CAN (our standard) and RS232. The touch sensors communicate over RS232 only. SDH refers to the hand and DSA refers to the touch sensors. All other sensors such as motor encoders interface through the hand communications.

Hand Related Theory

SDH2 Daemons and Libraries

A number of our daemons and libraries can be used with the SDH hand:

  • sdhiod - The SDH Input/Output Daemon (aka sdhiod) provides a simple ACH interface for communication with the motion controller of an SDH. It both regularly publishes kinematic data about the hand and listens on an ach channel for somatic_motor_msg commands for the SDH to execute.
    # sdhiod --achin="name_of_ach_input_channel" --achout="name_of_ach_out_channel" --bus 2 --frequency .10
  • dsad - The DSA Daemon (aka dsad) is a very simple program that pulls data from the DSA touch sensors and publishes it to an ACH channel.
    # dsad --achname="name_of_ach_channel" --serial 2

Electrical Connections

How-To Guides

Documentation

Other

Replacing the DSACON32 controller - Photos taken during the upgrade of the DSA touch sensor controller.




Older(Deprecated) Information

SDH: Hand
DSA: Touch Sensors
Controlling the Hand