We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01142f commit c473e62Copy full SHA for c473e62
src/lerobot/record.py
@@ -34,6 +34,7 @@
34
# --policy.path=${HF_USER}/my_policy \
35
```
36
37
+Example recording with bimanual so100:
38
```shell
39
python -m lerobot.record \
40
--robot.type=bi_so100_follower \
src/lerobot/replay.py
@@ -26,6 +26,7 @@
26
--dataset.episode=2
27
28
29
+Example replay with bimanual so100:
30
31
python -m lerobot.replay \
32
src/lerobot/teleoperate.py
@@ -29,7 +29,7 @@
--display_data=true
-Example bimanual so100 teleoperation:
+Example teleoperation with bimanual so100:
33
python -m lerobot.teleoperate \
0 commit comments