Skip to content

Commit 5716850

Browse files
committed
language
1 parent 849b4db commit 5716850

26 files changed

Lines changed: 79 additions & 128 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 align="center">Run your robot model on any device, easily.</h3>
1010

1111
<p align="center">
12-
<strong>English</strong> | <a href="README_ZH.md">简体中文</a>
12+
<a href="README_ZH.md">简体中文</a> | <strong>English</strong>
1313
</p>
1414

1515
<p align="center">

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<h3 align="center">轻松让机器人模型运行在任意设备上。</h3>
1010

1111
<p align="center">
12-
<a href="README.md">English</a> | <strong>简体中文</strong>
12+
<strong>简体中文</strong> | <a href="README.md">English</a>
1313
</p>
1414

1515
<p align="center">

eval/HOW_TO_ADD_NEW_SIM.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# How To Add A New Sim
22

3+
<p align="center">
4+
<a href="HOW_TO_ADD_NEW_SIM_ZH.md">简体中文</a> | <strong>English</strong>
5+
</p>
6+
37
Use `eval/libero/` as the reference for simulator benchmarks. A sim integration
48
usually owns its environment construction, rollout loop, success metrics, and
59
observation adapter. It should reuse `model-server` for inference instead of

eval/HOW_TO_ADD_NEW_SIM_ZH.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 如何新增一个仿真 Benchmark
22

3-
[English](HOW_TO_ADD_NEW_SIM.md)
3+
<p align="center">
4+
<strong>简体中文</strong> | <a href="HOW_TO_ADD_NEW_SIM.md">English</a>
5+
</p>
46

57
新增仿真 benchmark 时,建议以 `eval/libero/` 作为参考。一个仿真接入通常需要自己管理环境构造、rollout 循环、成功率指标和 observation 适配逻辑。模型推理应复用 `model-server`,不要在 Python 侧直接加载模型权重。
68

eval/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# eval/ Platform Integration Guide
22

3-
[中文](README_ZH.md)
3+
<p align="center">
4+
<a href="README_ZH.md">简体中文</a> | <strong>English</strong>
5+
</p>
46

57
The `eval/` directory holds **end-to-end evaluation and closed-loop control examples** for robot.cpp on specific robots or simulators. This code does not run model inference itself—that is handled by [`model-server`](../robot_server/README.md). `eval/` wires each platform’s observation capture, action execution, and (optionally) benchmark workflows.
68

eval/README_ZH.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# eval/ 平台接入指南
22

3-
[English](README.md)
3+
<p align="center">
4+
<strong>简体中文</strong> | <a href="README.md">English</a>
5+
</p>
46

57
`eval/` 目录存放 **robot.cpp 在具体机器人或仿真环境上的评测与闭环控制示例**。这里的代码不负责模型推理本身,推理由 `[model-server](../robot_server/README_ZH.md)` 完成。`eval/` 只负责把各平台的 observation 采集、action 下发,以及benchmark 流程串起来。
68

eval/lerobot_so101/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LeRobot SO101
22

3-
[中文](README_ZH.md)
3+
<p align="center">
4+
<a href="README_ZH.md">简体中文</a> | <strong>English</strong>
5+
</p>
46

57
This directory provides a real-robot synchronous control example for the
68
LeRobot SO101 platform.

eval/lerobot_so101/README_ZH.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LeRobot SO101
22

3-
[English](README.md)
3+
<p align="center">
4+
<strong>简体中文</strong> | <a href="README.md">English</a>
5+
</p>
46

57
这个目录提供一个 LeRobot SO101 Platform 的真机同步控制示例。
68

eval/lerobot_so101/test/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Camera Test & RealSense Setup
22

3-
[中文](README_ZH.md)
3+
<p align="center">
4+
<a href="README_ZH.md">简体中文</a> | <strong>English</strong>
5+
</p>
46

57
This directory provides **camera smoke tests** before running the SO-101 real-robot client. It shares the same `so101_env` configuration as `shell/run_robot_client.*`.
68

eval/lerobot_so101/test/README_ZH.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 相机测试与 RealSense 配置
22

3-
[English](README.md)
3+
<p align="center">
4+
<strong>简体中文</strong> | <a href="README.md">English</a>
5+
</p>
46

57
本目录提供 SO-101 真机部署前的**相机连通性测试**,与 `shell/run_robot_client.*` 共用同一套 `so101_env` 配置。
68

@@ -223,4 +225,4 @@ python eval/lerobot_so101/shell/build_robot_cameras.py
223225
- [ ] `run_camera_test` 输出 224×224 帧
224226
- [ ] `MODEL_IMAGE_NAME` 与模型 checkpoint 一致
225227

226-
更多 SO-101 真机流程见 [../README_ZH.md](../README_ZH.md)
228+
更多 SO-101 真机流程见 [../README_ZH.md](../README_ZH.md)

0 commit comments

Comments
 (0)