Skip to content

Commit 985f52d

Browse files
Update readme file.
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
1 parent 096e79f commit 985f52d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,19 @@ Manual control interface using the LeRobot API:
166166
# Start simulation or real robot first
167167
uv run lekiwi_host_sim # For simulation
168168

169-
# Then teleoperate
169+
# Then teleoperate the simulated or real robot.
170170
uv run lekiwi_teleoperate
171171
```
172+
By default it will allow you to teleoperate the Lekiwi completely using the keyboard.
173+
If you have a leader arm you can use it to teleoperate the arm part in the simulation as well:
174+
175+
```bash
176+
uv run lekiwi_teleoperate --leader-arm
177+
```
178+
179+
INSERT VIDEO HERE
180+
181+
172182

173183
### Data Collection & Training
174184

@@ -180,7 +190,7 @@ uv run lekiwi_lerobot_record --repo-id your_username/dataset_name --episodes 50
180190
uv run lekiwi_lerobot_replay --repo-id your_username/dataset_name --episode 0
181191

182192
# Train a policy (see lekiwi_lerobot README for full training options)
183-
python -m lerobot.scripts.train \
193+
uv run lerobot-train \
184194
--dataset.repo_id=your_username/dataset_name \
185195
--policy.type=act \
186196
--output_dir=outputs/my_policy

0 commit comments

Comments
 (0)