Skip to content

Commit

Permalink
Add Shadow hand
Browse files Browse the repository at this point in the history
  • Loading branch information
earlaud committed Sep 25, 2024
1 parent 85b7697 commit 4d0d121
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 34 deletions.
8 changes: 8 additions & 0 deletions Robots/Shadow.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
title: Shadow
---

{% include robot.markdown
robot="Shadow"
%}
14 changes: 8 additions & 6 deletions _data/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
sublinks:
- title: "UR5"
url: "Robots/UR5.html"
- title: "Allegro"
url: "Robots/Allegro.html"
- title: "Shadow"
url: "Robots/Shadow.html"
- title: "Upkie"
url: "Robots/Upkie.html"
- title: "Solo"
url: "Robots/Solo.html"
- title: "Go 2"
url: "Robots/Go2.html"
- title: "Tiago"
url: "Robots/Tiago.html"
- title: "MoCap"
url: "Robots/MoCap.html"
- title: "Go 2"
url: "Robots/Go2.html"
- title: "Solo"
url: "Robots/Solo.html"
- title: "Allegro"
url: "Robots/Allegro.html"
76 changes: 48 additions & 28 deletions _data/robots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,25 @@ UR5:
usage_list: "
Policy learning in controlled environments
"
Allegro:
fullname: "Allegro Hand"
Shadow:
fullname: "Shadow Hand"
description: ""
image: "/assets/imgs/Allegro.jpg"
image_transparent: "/assets/imgs/Allegro_transparent.png"
tag_list: "Dexterous Manipulation"
image: "/assets/imgs/Shadow.jpg"
image_transparent: "/assets/imgs/Shadow_transparent.png"
tag_list: "Dexterous Manipulation,Tactile sensing,Contact Interaction"
overview_list: "
16 DoFs
20 DoFs + 4 passive DoFs
--
Torque controlled
Tactile fingertips (17 3D-taxels per finger)
--
Can be mounted in the UR5 bi-manual setup
Torque controlled (tendon actuated)
--
Mounted on UR10e arm
"
usage_list: "
Dexterous Manipulation
--
Contact interaction
"
Upkie:
fullname: "Upkie"
Expand Down Expand Up @@ -62,22 +66,24 @@ Upkie:
--
State estimation
"
Solo:
fullname: "ODRI Solo-12"
Go2:
fullname: "Unitree Go 2"
description: ""
image: "/assets/imgs/Solo.jpg"
image_transparent: "/assets/imgs/Solo_transparent.png"
image: "/assets/imgs/Unitree_Go_2.webp"
image_transparent: "/assets/imgs/Unitree_Go_2.webp"
tag_list: "Locomotion,Control,Estimation"
overview_list: "
12 DoFs
12 DoFs Quadruped
--
Quadruped
8 Kg of payload
--
Open Source and cost effective
Torque controlled with transparent actuators (low reduction ratios)
--
Lightweight and highly dynamic
Embedded sensors : 2x 3D Lidars, foot-end force sensors, RGB camera
--
Torque controlled with transparent actuators (low reduction ratios)
Embedded computational power : 8-core CPU + NVIDIA Jetson Orin
--
Swappable battery with long autonomy.
"
usage_list: "
Model predictive control
Expand Down Expand Up @@ -132,24 +138,22 @@ MoCap:
--
Dataset collection
"
Go2:
fullname: "Unitree Go 2"
Solo:
fullname: "ODRI Solo-12"
description: ""
image: "/assets/imgs/Unitree_Go_2.webp"
image_transparent: "/assets/imgs/Unitree_Go_2.webp"
image: "/assets/imgs/Solo.jpg"
image_transparent: "/assets/imgs/Solo_transparent.png"
tag_list: "Locomotion,Control,Estimation"
overview_list: "
12 DoFs Quadruped
--
8 Kg of payload
12 DoFs
--
Torque controlled with transparent actuators (low reduction ratios)
Quadruped
--
Embedded sensors : 2x 3D Lidars, foot-end force sensors, RGB camera
Open Source and cost effective
--
Embedded computational power : 8-core CPU + NVIDIA Jetson Orin
Lightweight and highly dynamic
--
Swappable battery with long autonomy.
Torque controlled with transparent actuators (low reduction ratios)
"
usage_list: "
Model predictive control
Expand All @@ -160,3 +164,19 @@ Go2:
--
State estimation
"
Allegro:
fullname: "Allegro Hand"
description: ""
image: "/assets/imgs/Allegro.jpg"
image_transparent: "/assets/imgs/Allegro_transparent.png"
tag_list: "Dexterous Manipulation"
overview_list: "
16 DoFs
--
Torque controlled
--
Can be mounted in the UR5 bi-manual setup
"
usage_list: "
Dexterous Manipulation
"
Binary file added assets/imgs/Shadow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d0d121

Please sign in to comment.