Skip to content

Commit a902241

Browse files
stephane-caronStéphane Caron
authored andcommitted
Add UR10e MJCF description
1 parent 77c75c0 commit a902241

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

robot_descriptions/_descriptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)