Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ The DOF column denotes the number of actuated degrees of freedom.
| `xarm7_mj_description` | xArm7 | UFACTORY | MJCF | BSD-3-Clause |
| `yam_description` | YAM | I2RT Robotics | URDF | MIT |
| `yam_mj_description` | YAM | I2RT Robotics | MJCF | MIT |
| `yam_description` | YAM | I2RT Robotics | URDF | MIT |
| `z1_description` | Z1 | UNITREE Robotics | URDF | BSD-3-Clause |
| `z1_mj_description` | Z1 | UNITREE Robotics | MJCF | BSD-3-Clause |

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


### Quadrupeds

Expand Down
10 changes: 10 additions & 0 deletions robot_descriptions/_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,14 @@ class Repository:
commit="f8e683f00d1d99deb882deb9dfce6030095b466a", # FourierN1 branch
cache_path="Wiki-GRx-Models-FourierN1",
),
"i2rt": Repository(
url="https://github.com/i2rt-robotics/i2rt.git",
commit="8a8f804d72b41a04a5c69520031aec9a5d328104",
cache_path="i2rt",
),
"rby1_description": Repository(
url="https://github.com/uynitsuj/rby1_description.git",
commit="e4c07203aa0a0d1b6b3b39da105cb00a77e2bc72",
cache_path="rby1_description",
),
}
Loading