File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,19 @@ Manual control interface using the LeRobot API:
166166# Start simulation or real robot first
167167uv run lekiwi_host_sim # For simulation
168168
169- # Then teleoperate
169+ # Then teleoperate the simulated or real robot.
170170uv 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
180190uv 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
You can’t perform that action at this time.
0 commit comments