Remove unecessary id
This commit is contained in:
@@ -90,8 +90,7 @@ Connect the usb cable from your computer and the 5V power supply to the leader a
|
||||
```bash
|
||||
python -m lerobot.setup_motors \
|
||||
--device.type=so100_leader \
|
||||
--device.port=/dev/tty.usbmodem575E0031751 \ # <- paste here the port found at previous step
|
||||
--device.id=my_awesome_leader_arm # <- give it a nice, unique name
|
||||
--device.port=/dev/tty.usbmodem575E0031751 # <- paste here the port found at previous step
|
||||
```
|
||||
|
||||
Note that the command above is equivalent to running the following script:
|
||||
@@ -103,7 +102,6 @@ Note that the command above is equivalent to running the following script:
|
||||
|
||||
config = KochLeaderConfig(
|
||||
port="/dev/tty.usbmodem575E0031751",
|
||||
id="my_awesome_leader_arm",
|
||||
)
|
||||
leader = KochLeader(config)
|
||||
leader.setup_motors()
|
||||
|
||||
Reference in New Issue
Block a user