Skip to content

Commit cfb6bbd

Browse files
Correct name of new description
1 parent e8b3e72 commit cfb6bbd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The DOF column denotes the number of actuated degrees of freedom.
201201
| Name | Robot | DOF | Format |
202202
|-------------------------------|-----------------------|-----|------------|
203203
| `double_pendulum_description` | Double Pendulum | 2 | URDF |
204-
| `dynamixel_2r` | Dynamixel 2R | 1 | MJCF |
204+
| `dynamixel_2r_mj_description` | Dynamixel 2R | 1 | MJCF |
205205
| `finger_edu_description` | FingerEdu | 3 | URDF |
206206
| `simple_humanoid_description` | Simple Humanoid | 29 | URDF |
207207
| `trifinger_edu_description` | TriFingerEdu | 9 | URDF |

robot_descriptions/_descriptions.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ def has_urdf(self) -> bool:
9595
"double_pendulum_description": Description(
9696
Format.URDF, tags={"educational"}
9797
),
98-
"dynamixel_2r": Description(Format.MJCF, tags={"educational"}),
98+
"dynamixel_2r_mj_description": Description(
99+
Format.MJCF, tags={"educational"}
100+
),
99101
"draco3_description": Description(Format.URDF, tags={"humanoid"}),
100102
"edo_description": Description(Format.URDF, tags={"arm"}),
101103
"elf2_description": Description(Format.URDF, tags={"humanoid"}),

0 commit comments

Comments
 (0)