Skip to content

Commit ebde63d

Browse files
Rename leap_hand_v1 to leap_hand_v1_description
1 parent 0610b5e commit ebde63d

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ All notable changes to this project will be documented in this file.
1111
- Description: SO ARM 101 (MJCF) (thanks to @haixuantao)
1212
- Description: SO ARM 101 (URDF) (thanks to @haixuantao)
1313

14+
### Changed
15+
16+
- Rename `leap_hand_v1` to `leap_hand_v1_description`
17+
- Rename `so_arm100` to `so_arm100_description`
18+
1419
## [1.18.0] - 2025-06-19
1520

1621
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The DOF column denotes the number of actuated degrees of freedom.
214214
| `allegro_hand_description` | Allegro Hand | Wonik Robotics | URDF | [BSD](https://github.com/RobotLocomotion/models/blob/5c027ea961473cb558da30e1a749272a8a9fa3eb/allegro_hand_description/LICENSE.TXT) |
215215
| `allegro_hand_mj_description` | Allegro Hand | Wonik Robotics | MJCF | [BSD-2-Clause](https://github.com/google-deepmind/mujoco_menagerie/blob/main/wonik_allegro/LICENSE) |
216216
| `barrett_hand_description` | BarrettHand | Barrett Technology | URDF | [BSD](https://github.com/jhu-lcsr-attic/bhand_model/blob/937f4186d6458bd682a7dae825fb6f4efe56ec69/manifest.xml) |
217-
| `leap_hand_v1` | LEAP Hand v1 | Carnegie Mellon University | URDF | MIT |
217+
| `leap_hand_v1_description` | LEAP Hand v1 | Carnegie Mellon University | URDF | MIT |
218218
| `leap_hand_mj_description` | LEAP Hand | Carnegie Mellon University | MJCF | MIT |
219219
| `robotiq_2f85_description` | Robotiq 2F-85 | Robotiq | URDF | BSD-2-Clause |
220220
| `robotiq_2f85_mj_description` | Robotiq 2F-85 | Robotiq | MJCF | BSD-2-Clause |

robot_descriptions/_descriptions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ def has_urdf(self) -> bool:
137137
"jvrc_description": Description(Format.URDF, tags={"humanoid"}),
138138
"jvrc_mj_description": Description(Format.MJCF, tags={"humanoid"}),
139139
"laikago_description": Description(Format.URDF, tags={"quadruped"}),
140-
"leap_hand_v1": Description(Format.URDF, tags={"end_effector"}),
140+
"leap_hand_v1_description": Description(
141+
Format.URDF, tags={"end_effector"}
142+
),
141143
"leap_hand_mj_description": Description(
142144
Format.MJCF, tags={"end_effector"}
143145
),

0 commit comments

Comments
 (0)