Provides keyboard teleoperation for both the base and the arm of the lekiwi. It works with
- Install the package:
uv pip install -e .Note: If you don't have avenvalready in the root workspace then create environment first:uv venv -p 3.11 --seed
- Run lekiwi simulation OR real robot
- Sim (see lekiwi_sim):
uv run lekiwi_sim_host
- Real (see https://huggingface.co/docs/lerobot/en/lekiwi)
- Summary: SSH into the Lekiwi's Raspberry:
python -m lerobot.robots.lekiwi.lekiwi_host --robot.id=my_awesome_kiwi
- Summary: SSH into the Lekiwi's Raspberry:
- Sim (see lekiwi_sim):
- Run teleoperation
uv run lekiwi_teleoperate- Use
--ipflag if running the host in a different machine.
- Use