File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ The DOF column denotes the number of actuated degrees of freedom.
161161| ` viper_mj_description ` | ViperX | Trossen Robotics | MJCF | BSD-3-Clause |
162162| ` widow_mj_description ` | WidowX | Trossen Robotics | MJCF | BSD-3-Clause |
163163| ` xarm7_mj_description ` | xArm7 | UFACTORY | MJCF | BSD-3-Clause |
164+ | ` yam_description ` | YAM | I2RT Robotics | URDF | MIT |
164165| ` yam_mj_description ` | YAM | I2RT Robotics | MJCF | MIT |
165166| ` yam_description ` | YAM | I2RT Robotics | URDF | MIT |
166167| ` z1_description ` | Z1 | UNITREE Robotics | URDF | BSD-3-Clause |
@@ -267,6 +268,7 @@ The DOF column denotes the number of actuated degrees of freedom.
267268| ` ginger_description ` | Ginger | Paaila Technology | URDF | BSD |
268269| ` pepper_description ` | Pepper | SoftBank Robotics | URDF | BSD-2-Clause |
269270| ` pr2_description ` | PR2 | Willow Garage | URDF | BSD |
271+ | ` rby1_description ` | RBY1 | Rainbow Robotics | URDF | [ MIT] ( https://github.com/uynitsuj/rby1_description/blob/e4c07203aa0a0d1b6b3b39da105cb00a77e2bc72/LICENSE ) |
270272| ` reachy_description ` | Reachy | Pollen Robotics | URDF | Apache-2.0 |
271273| ` stretch_description ` | Stretch RE1 | Hello Robot | URDF | CC-BY-SA-4.0 ✖️ |
272274| ` sretch_mj_description ` | Stretch 2 | Hello Robot | MJCF | Clear BSD |
Original file line number Diff line number Diff line change @@ -150,6 +150,11 @@ class Repository:
150150 commit = "ba9e7c8cdbd63e20fc6526dbbea1b91c102fb820" ,
151151 cache_path = "halodi-robot-models" ,
152152 ),
153+ "i2rt" : Repository (
154+ url = "https://github.com/i2rt-robotics/i2rt.git" ,
155+ commit = "8a8f804d72b41a04a5c69520031aec9a5d328104" ,
156+ cache_path = "i2rt" ,
157+ ),
153158 "icub-models" : Repository (
154159 url = "https://github.com/robotology/icub-models.git" ,
155160 commit = "v1.25.0" ,
@@ -233,6 +238,11 @@ class Repository:
233238 commit = "6beeec3d76fb72b7548cce7c73aad722f8884522" ,
234239 cache_path = "poppy_torso_description" ,
235240 ),
241+ "rby1_description" : Repository (
242+ url = "https://github.com/uynitsuj/rby1_description.git" ,
243+ commit = "e4c07203aa0a0d1b6b3b39da105cb00a77e2bc72" ,
244+ cache_path = "rby1_description" ,
245+ ),
236246 "reachy_description" : Repository (
237247 url = "https://github.com/aubrune/reachy_description.git" ,
238248 commit = "release-1.0.0" ,
You can’t perform that action at this time.
0 commit comments