Spaces:
Running
Running
docs: fixed examples
Browse files- packages/cli/README.md +4 -2
packages/cli/README.md
CHANGED
@@ -91,7 +91,8 @@ Release robot motors for manual movement.
|
|
91 |
```bash
|
92 |
lerobot release-motors \
|
93 |
--robot.type=so100_follower \
|
94 |
-
--robot.port=/dev/ttyUSB0
|
|
|
95 |
```
|
96 |
|
97 |
**Options:**
|
@@ -148,7 +149,8 @@ npx lerobot teleoperate \
|
|
148 |
# 4. Release motors when done
|
149 |
npx lerobot release-motors \
|
150 |
--robot.type=so100_follower \
|
151 |
-
--robot.port=/dev/ttyUSB0
|
|
|
152 |
```
|
153 |
|
154 |
### Automation Scripts
|
|
|
91 |
```bash
|
92 |
lerobot release-motors \
|
93 |
--robot.type=so100_follower \
|
94 |
+
--robot.port=/dev/ttyUSB0 \
|
95 |
+
--robot.id=my_follower_arm
|
96 |
```
|
97 |
|
98 |
**Options:**
|
|
|
149 |
# 4. Release motors when done
|
150 |
npx lerobot release-motors \
|
151 |
--robot.type=so100_follower \
|
152 |
+
--robot.port=/dev/ttyUSB0 \
|
153 |
+
--robot.id=my_arm
|
154 |
```
|
155 |
|
156 |
### Automation Scripts
|