File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ The DOF column denotes the number of actuated degrees of freedom.
201
201
| Name | Robot | DOF | Format |
202
202
| -------------------------------| -----------------------| -----| ------------|
203
203
| ` double_pendulum_description ` | Double Pendulum | 2 | URDF |
204
- | ` dynamixel_2r ` | Dynamixel 2R | 1 | MJCF |
204
+ | ` dynamixel_2r_mj_description ` | Dynamixel 2R | 1 | MJCF |
205
205
| ` finger_edu_description ` | FingerEdu | 3 | URDF |
206
206
| ` simple_humanoid_description ` | Simple Humanoid | 29 | URDF |
207
207
| ` trifinger_edu_description ` | TriFingerEdu | 9 | URDF |
Original file line number Diff line number Diff line change @@ -95,7 +95,9 @@ def has_urdf(self) -> bool:
95
95
"double_pendulum_description" : Description (
96
96
Format .URDF , tags = {"educational" }
97
97
),
98
- "dynamixel_2r" : Description (Format .MJCF , tags = {"educational" }),
98
+ "dynamixel_2r_mj_description" : Description (
99
+ Format .MJCF , tags = {"educational" }
100
+ ),
99
101
"draco3_description" : Description (Format .URDF , tags = {"humanoid" }),
100
102
"edo_description" : Description (Format .URDF , tags = {"arm" }),
101
103
"elf2_description" : Description (Format .URDF , tags = {"humanoid" }),
You can’t perform that action at this time.
0 commit comments