en docs: final edits

This commit is contained in:
Artem30801
2020-10-06 01:53:23 +03:00
parent 41bf1e3c5d
commit 4452c489aa
7 changed files with 76 additions and 82 deletions

View File

@@ -51,10 +51,11 @@ sudo client-setup <SSID> <password> <copter name>
sudo apt install chrony
```
* Set the required python packages using the command (ran from the source directory)
* Set the required Python packages using the command (ran from the source directory)
```bash
pip3 install -r requirements.txt
cd
pip3 install -r server/requirements.txt
```
* Connect to the wifi network of the router where your copters are connected.
@@ -98,11 +99,11 @@ Make sure that the copter holds the position autonomously: mark the checkbox nea
You can configure the copter to utilize a different positioning system. The following [positioning systems](https://clover.coex.tech/en/programming.html#positioning) are officially supported:
* optical flow
* aruco
* GPS
* [optical flow](../optical_flow.md).
* [ArUco](../aruco.md).
* [GPS](../gps.md).
**Detailed information about working with and setting up positioning systems can be found [here](positioning.md)**
>**Detailed information about working with and setting up positioning systems can be found [here](positioning.md)**
### LED Strip Operation Check