Update readme; Add replay script

This commit is contained in:
Saberlve 2026-08-08 17:07:34 +08:00
parent e2f06ea677
commit 03775cefc0
4 changed files with 12 additions and 4 deletions

View File

@ -227,8 +227,9 @@ The robot first moves to the xArm SDK initial point, then replays the episode an
### Power-off
1. **Press the emergency-stop button.**
2. **Turn off the controller power.**
1. **Use the web console to return the arm to its initial position.**
2. **Press the emergency-stop button.**
3. **Turn off the controller power.**
## Tools

View File

@ -227,8 +227,9 @@ uv run uf-lerobot-replay --dataset-root /path/to/xarm7_manual_datas --robot-ip 1
### 关机
1. **先按下急停按钮。**
2. **关闭控制器电源。**
1. **先通过网页控制将机械臂返回到初始位置。**
2. **再按下急停按钮。**
3. **关闭控制器电源。**
## 工具

4
replay_trajectory.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
uv run uf-lerobot-replay \
--dataset-root /home/wsx/code/lerobot_robot_ufactory/datasets/xarm7_manual_replay_pick_bottle \
--robot-ip 192.168.1.245

View File

@ -6,3 +6,5 @@ set -euo pipefail
exec uv run uf-lerobot-record \
--config_path config/manual_mode/xarm7_manual_record_config.yaml \
"$@"