Upload 6 files
Browse files- .gitattributes +4 -0
- J3-J4_Cover back extended.stl +3 -0
- J3-J4_Cover front extended.stl +3 -0
- J4_5cm_extended.step +0 -0
- README.md +40 -0
- jaw_anyskin.stl +3 -0
- jaw_normal.stl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
J3-J4_Cover[[:space:]]back[[:space:]]extended.stl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
J3-J4_Cover[[:space:]]front[[:space:]]extended.stl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
jaw_anyskin.stl filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
jaw_normal.stl filter=lfs diff=lfs merge=lfs -text
|
J3-J4_Cover back extended.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3b8fd1dcb0e72abdc4d7b6a3667162a798fbd7c4f954eaab63d9c99a44efb23
|
| 3 |
+
size 884184
|
J3-J4_Cover front extended.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2bb0cf3c0d5fa95bcf1fb684e6e810fe4cb8c25310434fa8c41e122d43884c1
|
| 3 |
+
size 1598484
|
J4_5cm_extended.step
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- robotics
|
| 5 |
+
- lerobot
|
| 6 |
+
- openarm
|
| 7 |
+
- hardware
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# OpenArm Hardware Modifications for Cloth Folding
|
| 11 |
+
|
| 12 |
+
Custom 3D-printable parts used in the [Unfolding Robotics](https://huggingface.co/spaces/lerobot/robot-folding) project, where we trained a bimanual robot to fold t-shirts with a 90% success rate.
|
| 13 |
+
|
| 14 |
+
These files modify the standard [OpenArm](https://openarm.dev) to better suit cloth manipulation. All parts were designed to be printed on a standard FDM printer.
|
| 15 |
+
|
| 16 |
+
## Files
|
| 17 |
+
|
| 18 |
+
| File | Description |
|
| 19 |
+
|:---|:---|
|
| 20 |
+
| `J4_5cm_extended.step` | Extended upper arm (bicep) segment — adds +5 cm of reach to compensate for the lack of a hip/torso in our setup. STEP format for easy modification. |
|
| 21 |
+
| `J3-J4_Cover front extended.stl` | Front cover for the extended J3-J4 joint section. |
|
| 22 |
+
| `J3-J4_Cover back extended.stl` | Back cover for the extended J3-J4 joint section. |
|
| 23 |
+
| `jaw_normal.stl` | Custom gripper jaw with a larger surface area for better fabric contact. |
|
| 24 |
+
| `jaw_anyskin.stl` | Gripper jaw variant with mounting for [AnySkin](https://any-skin.github.io/) tactile sensing. |
|
| 25 |
+
|
| 26 |
+
## Context
|
| 27 |
+
|
| 28 |
+
We made two main hardware changes to the stock OpenArm:
|
| 29 |
+
|
| 30 |
+
1. **Extended bicep (+5 cm):** Our bimanual setup is mounted on aluminum extrusion profiles without a torso, so the arms needed extra reach to cover the full workspace for folding.
|
| 31 |
+
2. **Custom grippers:** The stock grippers didn't provide enough contact area for reliably gripping, pinching, and sliding fabric. The wider jaw design gives a broader contact patch.
|
| 32 |
+
|
| 33 |
+
For full details, see the [Hardware section](https://huggingface.co/spaces/lerobot/robot-folding#hardware) of the blog post.
|
| 34 |
+
|
| 35 |
+
## Related Resources
|
| 36 |
+
|
| 37 |
+
- [Blog post](https://huggingface.co/spaces/lerobot/robot-folding)
|
| 38 |
+
- [LeRobot](https://github.com/huggingface/lerobot)
|
| 39 |
+
- [OpenArm docs](https://huggingface.co/docs/lerobot/openarm)
|
| 40 |
+
- [OpenArm Mini](https://github.com/pkooij/open-arms-mini)
|
jaw_anyskin.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4eb8df8fb9c8561f12746cca03b4c6d231a30a3d14d2c09d846366832429ed9
|
| 3 |
+
size 590784
|
jaw_normal.stl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ae41c9fbba411333954b8f4d1c6867b61fad1be7d7b936899c27d43410a2137
|
| 3 |
+
size 432384
|