Fix config file (#495)

This commit is contained in:
Arsen Ohanyan
2024-10-31 08:41:49 -07:00
committed by GitHub
parent 538455a965
commit e0df56de62

View File

@@ -135,7 +135,7 @@ You will need to move the follower arm to these positions sequentially:
Make sure both arms are connected and run this script to launch manual calibration:
```bash
python lerobot/scripts/control_robot.py calibrate \
--robot-path lerobot/configs/robot/moss.yaml \
--robot-path lerobot/configs/robot/so100.yaml \
--robot-overrides '~cameras' --arms main_follower
```