DaoyuanZhu commited on
Commit
ddd5c64
·
verified ·
1 Parent(s): ebb7660

Update README with HF download workflow

Browse files
Files changed (1) hide show
  1. robot_model_v2/README.md +17 -1
robot_model_v2/README.md CHANGED
@@ -5,6 +5,7 @@
5
  - **URDF**: `urdf/wheel_robot.urdf` — 26 links, 25 joints, 20 可动 DOF
6
  - **USD**: `usd/wheel_robot_lab.usd` — Isaac Lab 专用
7
  - **Meshes**: `meshes/` — STL 网格文件,`chassis.STL` 含轮子几何
 
8
 
9
  ## 关节列表(20 DOF)
10
 
@@ -26,7 +27,22 @@
26
  | `gym` | Isaac Gym 可视化 |
27
  | `sim4` | Isaac Lab 可视化 |
28
 
29
- 所有命令在 `/home/dyz/feast` 目录下执行。
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ---
32
 
 
5
  - **URDF**: `urdf/wheel_robot.urdf` — 26 links, 25 joints, 20 可动 DOF
6
  - **USD**: `usd/wheel_robot_lab.usd` — Isaac Lab 专用
7
  - **Meshes**: `meshes/` — STL 网格文件,`chassis.STL` 含轮子几何
8
+ - **HF 仓库**: [DaoyuanZhu/Robot-Feeding](https://huggingface.co/datasets/DaoyuanZhu/Robot-Feeding)
9
 
10
  ## 关节列表(20 DOF)
11
 
 
27
  | `gym` | Isaac Gym 可视化 |
28
  | `sim4` | Isaac Lab 可视化 |
29
 
30
+ ---
31
+
32
+ ## 快速开始
33
+
34
+ ### 1. 从 Hugging Face 下载
35
+
36
+ ```bash
37
+ # 下载到当前目录(会生成 robot_model_v2/ 文件夹)
38
+ conda activate sim4
39
+ python robot_model_v2/download_from_hf.py
40
+
41
+ # 或指定目标目录
42
+ python robot_model_v2/download_from_hf.py --dest ~/my_robots
43
+ ```
44
+
45
+ 所有后续命令在包含 `robot_model_v2/` 的目录下执行(即 `download_from_hf.py` 运行时的当前目录)。
46
 
47
  ---
48