doc: Initial changes, removed media images, added robot docs (setup motors+calibration)

This commit is contained in:
Pepijn
2025-05-15 17:12:10 +02:00
committed by Steven Palma
parent 3c1b657fdd
commit 4a539b9d05
91 changed files with 1730 additions and 2456 deletions

View File

@@ -55,7 +55,7 @@ conda install ffmpeg -c conda-forge
Install 🤗 LeRobot:
```bash
cd lerobot && pip install ".[feetech]"
cd lerobot && pip install
```
## Troubleshooting
@@ -77,6 +77,22 @@ For instance, to install 🤗 LeRobot with aloha and pusht, use:
pip install -e ".[aloha, pusht]"
```
## Motor SDK
For Koch v1.1 install the Dynamixel sdk, for SO100/SO101/Moss install the Feetech sdk.
<hfoptions id="install motors">
<hfoption id="Feetech">
```bash
pip install -e ".[feetech]"
```
</hfoption>
<hfoption id="Dynamixel">
```bash
pip install -e ".[dynamixel]"
```
</hfoption>
</hfoptions>
## W&B
To use [Weights and Biases](https://docs.wandb.ai/quickstart) for experiment tracking, log in with
```bash