Skip to content

Commit b8637c0

Browse files
authored
Update lekiwi.mdx (#1229)
1 parent 1688fa3 commit b8637c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lerobot/common/robots/lekiwi/lekiwi.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ leader.disconnect()
197197
198198
To teleoperate, SSH into your Raspberry Pi, and run `conda activate lerobot` and this command:
199199
```bash
200-
python -m lerobot.common.robots.lekiwi.lekiwi_host
200+
python -m lerobot.common.robots.lekiwi.lekiwi_host --robot.id=my_awesome_kiwi
201201
```
202202

203-
Then on your laptop, also run `conda activate lerobot` and run the API example, make sure you set the correct `remote_ip` and `port`.
203+
Then on your laptop, also run `conda activate lerobot` and run the API example, make sure you set the correct `remote_ip` and `port` in `examples/lekiwi/teleoperate.py`.
204204

205205
```bash
206206
python examples/lekiwi/teleoperate.py

0 commit comments

Comments
 (0)