Skip to content

Commit c473e62

Browse files
committed
fix: pr comments
1 parent d01142f commit c473e62

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/lerobot/record.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# --policy.path=${HF_USER}/my_policy \
3535
```
3636
37+
Example recording with bimanual so100:
3738
```shell
3839
python -m lerobot.record \
3940
--robot.type=bi_so100_follower \

src/lerobot/replay.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
--dataset.episode=2
2727
```
2828
29+
Example replay with bimanual so100:
2930
```shell
3031
python -m lerobot.replay \
3132
--robot.type=bi_so100_follower \

src/lerobot/teleoperate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
--display_data=true
3030
```
3131
32-
Example bimanual so100 teleoperation:
32+
Example teleoperation with bimanual so100:
3333
3434
```shell
3535
python -m lerobot.teleoperate \

0 commit comments

Comments
 (0)