docs: explain how to determine which cable is disconnected
Signed-off-by: ivelin <ivelin117@gmail.com>
This commit is contained in:
parent
843c099697
commit
2920372476
|
@ -144,7 +144,7 @@ Follow step 4 of the [assembly video](https://youtu.be/FioA2oeFZ5I?t=610). The f
|
||||||
### c. Troubleshooting
|
### c. Troubleshooting
|
||||||
|
|
||||||
Sometimes during assembly, the cables connecting the motors or the power adapter cable may be accidentally disconnected. To be sure that the motors are properly connected and functioning after assembly, use the scan_motors tool to test each arm.
|
Sometimes during assembly, the cables connecting the motors or the power adapter cable may be accidentally disconnected. To be sure that the motors are properly connected and functioning after assembly, use the scan_motors tool to test each arm.
|
||||||
The output should look similar to the example below. If the list of motor IDs is shorter than 6, there is probably a poorly connected cable or a motor is misconfigured.
|
The output should look similar to the example below. If the list of motor IDs is shorter than 6, there is probably a poorly connected cable or a motor is misconfigured. For example if only motor IDs [1,3] show up, that indicates that the serial cable between motor 3 and 4 is disconnected.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
lerobot$ python lerobot/scripts/scan_motors.py --port /dev/ttyACM0 --brand feetech --model sts3215
|
lerobot$ python lerobot/scripts/scan_motors.py --port /dev/ttyACM0 --brand feetech --model sts3215
|
||||||
|
|
Loading…
Reference in New Issue