Skip to content

Commit

Permalink
Rename New Shadow Hand model to its officially confirmed name: DEX-EE.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 649660264
Change-Id: I1a2c873f7de055472785e1ad7cb247c4290652cf
  • Loading branch information
muhrix authored and copybara-github committed Jul 5, 2024
1 parent 143ae53 commit 2dc9d41
Show file tree
Hide file tree
Showing 33 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@ License for contents in the directory 'robotis_op3/'


================================================================================
License for contents in the directory 'shadow_hand/'
License for contents in the directory 'shadow_dexee/'
================================================================================


Expand Down Expand Up @@ -2384,7 +2384,7 @@ License for contents in the directory 'shadow_hand/'


================================================================================
License for contents in the directory 'shadow_new_hand/'
License for contents in the directory 'shadow_hand/'
================================================================================


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ well right out of the gate.
|<img src='assets/wonik_allegro-right_hand.png' width=100>|<img src='assets/shadow_hand-right_hand.png' width=100>|<img src='assets/google_robot-robot.png' width=100>|<img src='assets/hello_robot_stretch-stretch.png' width=100>|<img src='assets/unitree_a1-a1.png' width=100>|
|<img src='assets/anybotics_anymal_b-anymal_b.png' width=100>|<img src='assets/anybotics_anymal_c-anymal_c.png' width=100>|<img src='assets/google_barkour_v0-barkour_v0.png' width=100>|<img src='assets/google_barkour_vb-barkour_vb.png' width=100>|<img src='assets/unitree_go1-go1.png' width=100>|
|<img src='assets/unitree_go2-go2.png' width=100>|<img src='assets/agility_cassie-cassie.png' width=100>|<img src='assets/unitree_g1-g1.png' width=100>|<img src='assets/unitree_h1-h1.png' width=100>|<img src='assets/robotis_op3-op3.png' width=100>|
|<img src='assets/bitcraze_crazyflie_2-cf2.png' width=100>|<img src='assets/skydio_x2-x2.png' width=100>|<img src='assets/flybody-fruitfly.png' width=100>|<img src='assets/realsense_d435i-d435i.png' width=100>|<img src='assets/shadow-new_shadow_hand.png' width=100>||
|<img src='assets/bitcraze_crazyflie_2-cf2.png' width=100>|<img src='assets/skydio_x2-x2.png' width=100>|<img src='assets/flybody-fruitfly.png' width=100>|<img src='assets/realsense_d435i-d435i.png' width=100>|<img src='assets/shadow-dexee_hand.png' width=100>||

- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
Expand Down Expand Up @@ -208,7 +208,7 @@ Menagerie, see [CONTRIBUTING](CONTRIBUTING.md).
| Allegro Hand V3 | Wonik Robotics | 16 | [BSD-2-Clause](wonik_allegro/LICENSE) |✖️|
| Robotiq 2F-85 | Robotiq | 8 | [BSD-2-Clause](robotiq_2f85/LICENSE) |✖️|
| Shadow Hand EM35 | Shadow Robot Company | 24 | [Apache-2.0](shadow_hand/LICENSE) |✖️|
| New Shadow Hand | Shadow Robot Company | 12 | [Apache-2.0](shadow_hand/LICENSE) |✖️|
| Shadow DEX-EE Hand | Shadow Robot Company | 12 | [Apache-2.0](shadow_dexee/LICENSE) |✖️|

**Mobile Manipulators.**

Expand Down
File renamed without changes
File renamed without changes.
15 changes: 8 additions & 7 deletions shadow_new_hand/README.md → shadow_dexee/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# New Shadow Hand Description (MJCF)
# Shadow DEX-EE Hand Description (MJCF)

Requires MuJoCo 3.1.0 or later.

## Overview

This package contains a simplified robot description (MJCF) of the
[NEW-SHADOW-HAND](https://www.shadowrobot.com/new-shadow-hand/) developed by the
[Shadow Robot Company](https://www.shadowrobot.com/). The original assets were
provided directly by [Shadow Robot Company](https://www.shadowrobot.com/) under
the [Apache 2.0 License](LICENSE).
[SHADOW-DEX-EE-HAND](https://www.shadowrobot.com/new-shadow-hand/) developed by
the [Shadow Robot Company](https://www.shadowrobot.com/). The original assets
were provided directly by [Shadow Robot Company](https://www.shadowrobot.com/)
under the [Apache 2.0 License](LICENSE).

<p float="left">
<img src="new_shadow_hand.png" width="400">
<img src="shadow_dexee.png" width="400">
</p>

## MJCF

The source of truth for the New Shadow Hand in MuJoCo can be found in `new_shadow_hand.xml`.
The source of truth for the Shadow DEX-EE Hand in MuJoCo can be found in
`shadow_dexee.xml`.

This model was evolved alongside hardware development. The initial release
matches the hardware version at release (without tactile sensors).
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions shadow_new_hand/scene.xml → shadow_dexee/scene.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<mujoco model="new shadow hand scene">
<include file="new_shadow_hand.xml"/>
<mujoco model="shadow dex-ee hand scene">
<include file="shadow_dexee.xml"/>

<statistic extent=".5" center="0 0 0.1"/>

Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mujoco model="new_shadow_hand">
<mujoco model="shadow_dexee">
<compiler autolimits="true" angle="radian" meshdir="assets"/>

<option integrator="implicitfast" cone="elliptic" noslip_iterations="5" noslip_tolerance="0"/>
Expand Down

0 comments on commit 2dc9d41

Please sign in to comment.