Skip to content

Commit c77a87e

Browse files
Merge pull request #171 from uynitsuj/main
Add RBY1 and YAM URDFs
2 parents 8709d9c + 487803f commit c77a87e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ The DOF column denotes the number of actuated degrees of freedom.
163163
| `xarm7_mj_description` | xArm7 | UFACTORY | MJCF | BSD-3-Clause |
164164
| `yam_description` | YAM | I2RT Robotics | URDF | MIT |
165165
| `yam_mj_description` | YAM | I2RT Robotics | MJCF | MIT |
166+
| `yam_description` | YAM | I2RT Robotics | URDF | MIT |
166167
| `z1_description` | Z1 | UNITREE Robotics | URDF | BSD-3-Clause |
167168
| `z1_mj_description` | Z1 | UNITREE Robotics | MJCF | BSD-3-Clause |
168169

@@ -273,6 +274,8 @@ The DOF column denotes the number of actuated degrees of freedom.
273274
| `sretch_mj_description` | Stretch 2 | Hello Robot | MJCF | Clear BSD |
274275
| `sretch_3_mj_description` | Stretch 3 | Hello Robot | MJCF | Apache-2.0 |
275276
| `tiago_description` | TIAGo | PAL Robotics | URDF | Apache-2.0 |
277+
| `rby1_description` | RBY1 | Rainbow Robotics | 24 | URDF |
278+
276279

277280
### Quadrupeds
278281

robot_descriptions/_repositories.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,14 @@ class Repository:
343343
commit="f8e683f00d1d99deb882deb9dfce6030095b466a", # FourierN1 branch
344344
cache_path="Wiki-GRx-Models-FourierN1",
345345
),
346+
"i2rt": Repository(
347+
url="https://github.com/i2rt-robotics/i2rt.git",
348+
commit="8a8f804d72b41a04a5c69520031aec9a5d328104",
349+
cache_path="i2rt",
350+
),
351+
"rby1_description": Repository(
352+
url="https://github.com/uynitsuj/rby1_description.git",
353+
commit="e4c07203aa0a0d1b6b3b39da105cb00a77e2bc72",
354+
cache_path="rby1_description",
355+
),
346356
}

0 commit comments

Comments
 (0)