From e0df56de621b6f7ee501719ee0b1e4af00a98635 Mon Sep 17 00:00:00 2001 From: Arsen Ohanyan Date: Thu, 31 Oct 2024 08:41:49 -0700 Subject: [PATCH] Fix config file (#495) --- examples/10_use_so100.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/10_use_so100.md b/examples/10_use_so100.md index 405e80ec0..32d7f22dd 100644 --- a/examples/10_use_so100.md +++ b/examples/10_use_so100.md @@ -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 ```