-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
129 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
# Robot Hands Interfaces | ||
In order to control robot hands the user can use the proposed interfaces. | ||
#####Robot Hand Extension: | ||
This interface had two buttons, one for closing and one for opening the robot hand. | ||
This interface had two buttons, one for closing and one for opening the robot hand. | ||
To make this, you should print with 3d printer two parts, RobotHandExtension.STL and dovetail_male_RobotHandExtension.STL. | ||
For connecting the two parts you must use a M5 nut and screw which you can find at common parts folder. | ||
######Build of Materials | ||
1x M5 Nut | ||
1x M5 L22 | ||
ABS Filament | ||
|
||
#####SliderBox: | ||
This interface had two linear potentiometers. Until now the one of these are active. | ||
Also, SliderBox could be use for robot hands which had two servo motors like | ||
[Model T42 of Yale OpenHand Project](http://www.eng.yale.edu/grablab/openhand/model_t42.html#performance). | ||
|
||
To make this, you should cut the parts, which are in /dxf folder, in acrylic sheet with laser cutter. For connecting the parts you must use | ||
glue for acrylic, M3 nuts and screws. For connecting the potentiometers in the | ||
SliderBox you must use M3 nuts, screws and spacers which are in common parts folder. | ||
######Build of Materials | ||
14x M3 Nut | ||
6x M3 L8 | ||
8x M3 L20 | ||
8x plastic spacers L15 for M3 screw | ||
Glue for Acrylic | ||
Acrylic sheet 2mm | ||
|
||
For both interfaces you can find the software, firmware and electronics in respective folders of Robot-Hands repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Physical Characteristics of Robot Finger and Hand | ||
###Robot Finger: | ||
<img src="https://raw.github.com/zisi/openBionics/master/Pics/pic16.png" width="60%" height="60%" /> | ||
|
||
DOF's: 2 | ||
Width(mm): 20 | ||
Lenght(mm): 95 | ||
Weigth(g): 20 | ||
Force in fingertip (N): 8 | ||
|
||
###Robot Hand: | ||
<img src="https://raw.github.com/zisi/openBionics/master/Pics/pic4.png" width="60%" height="60%" /> | ||
|
||
Actuators: 1 | ||
Base Height(mm): 100-110 | ||
Base Width(mm): 77 | ||
Weight(g): 280 | ||
Number of Fingers: 2-4 | ||
|
||
A complete tutorial for the replication of this robot hand can be found [here.](http://www.openbionics.org/TR2015_OpenBionics_RobotHandsGuide.pdf) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters