yinuochen-ubt
update README
9c0644e
# 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`.