| # Global Humanoid Robot Challenge 2026 Simulation Asset Repository |
|
|
| ## Overview |
|
|
| This repository contains simulation asset files for the Global Humanoid Robot Challenge 2026, including USD models, URDF files, and more. |
|
|
| ## Directory Structure |
|
|
| ``` |
| . |
| โโโ README.md |
| โโโ .gitattributes # Git LFS configuration file |
| โโโ resources/ # Simulation asset files |
| โโโ Box/ # Standard material box |
| โโโ Box_blank/ # Blank material box |
| โโโ Box_blank_blue/ # Blue blank material box |
| โโโ Box_blank_gray/ # Gray blank material box |
| โโโ Box_blue/ # Blue material box |
| โโโ Box_gray/ # Gray material box |
| โโโ Collected_28motor/ # Motor components |
| โโโ Collected_ConveyorBelt/ # Conveyor belt |
| โโโ Collected_foam/ # Foam pad |
| โโโ Collected_s2_v1_ecbg/ # WalkerS2 model |
| โโโ Collected_table_v2/ # Table model |
| โโโ Collected_Task1_PartA_ori_color/ # Task1 Part A |
| โโโ Collected_Task1_PartA_red/ # Task1 Part A (Red) |
| โโโ Collected_Task2_Part_A/ # Task2 Part A |
| โโโ Collected_Task4/ # Task4 related resources |
| โโโ *.usd # Gears, bearings, and other parts |
| โโโ s2.urdf # WalkerS2 robot URDF |
| ``` |
|
|
| ## Key Assets |
|
|
| ### Robot |
| - **WalkerS2**: `resources/Collected_s2_v1_ecbg/s2_v1.usd` |
| - **URDF**: `resources/s2.urdf` |
|
|
| ### Scene Elements |
| - **Table**: `resources/Collected_table_v2/table_v2.usd` |
| - **Material Boxes**: `resources/Box/`, `resources/Box_blank/`, etc. |
| - **Conveyor Belt**: `resources/Collected_ConveyorBelt/` |
|
|
| ### Task Components |
| - **Task1**: `Collected_Task1_PartA_ori_color/`, `Collected_Task1_PartA_red/` |
| - **Task2**: `Collected_Task2_Part_A/` |
| - **Task3**: `Task3_Part_A.usd` |
| - **Task4**: `Collected_Task4/`, `task4_box_foam.usd` |
|
|
| ### Parts |
| - **Gear**: `14-15-M1-5.usd` |
| - **Bearing**: `6901-12246.usd` |
| - **Motor**: `Collected_28motor/` |
| - **Gear Reducer**: `NN-CHCๅ-ๅ้ๆบๆป่ฃ
้
ไฝ.usd` |
| - **Shaft**: `ๅ้่พๅ
ฅ่ฝด.usd`, `่พๅบๆณๅ
ฐ้ฝฟ.usd`, `ๅบๅฎๆณๅ
ฐ้ฝฟ.usd` |
| - **Bearing Sleeve**: `ๆป้่ฝดๆฟK20x24x10.usd` |
|
|
| ## Usage Instructions |
|
|
| This repository is used as a Git submodule and is accessed via the `assets/` path in the main project. |
|
|
| Asset files are located in the `resources/` subdirectory. The `root_path` in the configuration file should point to `../assets/resources/` or be adjusted according to the project structure. |
|
|
| ## Git LFS |
|
|
| This repository uses Git LFS to manage large files. The relevant configuration is in `.gitattributes`. |
|
|