File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## Unreleased
6+
7+ ### Added
8+
9+ - Description: UR10e (MJCF)
10+
511## [ 1.6.0] - 2023/5/23
612
713### Added
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ The DOF column denotes the number of actuated degrees of freedom.
135135| ` panda_mj_description ` | Panda | Franka Emika | 8 | MJCF |
136136| ` poppy_ergo_jr_description ` | Poppy Ergo Jr | Poppy Project | 6 | URDF |
137137| ` ur10_description ` | UR10 | Universal Robots | 6 | URDF |
138+ | ` ur10e_mj_description ` | UR10e | Universal Robots | 6 | MJCF |
138139| ` ur3_description ` | UR3 | Universal Robots | 6 | URDF |
139140| ` ur5_description ` | UR5 | Universal Robots | 6 | URDF |
140141| ` ur5e_mj_description ` | UR5e | Universal Robots | 6 | MJCF |
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ def has_urdf(self) -> bool:
122122 "trifinger_edu_description" : Description (Format .URDF ),
123123 "upkie_description" : Description (Format .URDF ),
124124 "ur10_description" : Description (Format .URDF ),
125+ "ur10e_mj_description" : Description (Format .MJCF ),
125126 "ur3_description" : Description (Format .URDF ),
126127 "ur5_description" : Description (Format .URDF ),
127128 "ur5e_mj_description" : Description (Format .MJCF ),
You can’t perform that action at this time.
0 commit comments