mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
Update README.md
This commit is contained in:
parent
9f77aef1ba
commit
2a49734ce8
1 changed files with 8 additions and 0 deletions
|
@ -127,6 +127,14 @@ You can also run `python3 scripts/imu_server.py` on the robot and `python3 scrip
|
|||
|
||||
> To find the ip address of the robot, run `ifconfig` on the robot
|
||||
|
||||
## Test motors
|
||||
|
||||
This will allow you to verify all your motors are connected and configured.
|
||||
|
||||
```bash
|
||||
python3 scripts/check_motors.py
|
||||
```
|
||||
|
||||
## Make your duck_config.json
|
||||
|
||||
Copy `example_config.json` in the home directory of your duck and rename it `duck_config.json`.
|
||||
|
|
Loading…
Reference in a new issue