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