File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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.
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 |
Original file line number Diff line number Diff 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" }),
You can’t perform that action at this time.
0 commit comments