From ccd625d669c3f08620f4d9a1c5ea2907eb713e56 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 22 Jul 2025 13:50:55 +0300 Subject: [PATCH] Fixes in readme --- tools/pyflix/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/pyflix/README.md b/tools/pyflix/README.md index c5136de..2d73506 100644 --- a/tools/pyflix/README.md +++ b/tools/pyflix/README.md @@ -4,15 +4,13 @@ The Flix Python library allows you to remotely connect to a Flix quadcopter. It To use the library, connect to the drone's Wi-Fi. To use it with the simulator, ensure the script runs on the same local network as the simulator. -You also can run the script alongside the QGroundControl app. To do this, go to QGroundControl settings ⇒ *Telemetry* (*MAVLink* in older versions), and enable *MAVLink forwarding*. Set the host to `localhost:14445. The Flix library automatically detects the connection type (direct or forwarded). - ## Installation If you have cloned the [repo](https://github.com/okalachev/flix), install the library from the repo: ```bash cd /path/to/flix/repo -pip install -e tools/pkg +pip install -e tools ``` Alternatively, install from pip: @@ -141,7 +139,6 @@ The following scripts demonstrate how to use the library: * [`cli.py`](../cli.py) — remote access to the drone's command line interface. * `log.py` — download flight logs from the drone. * [`example.py`](../example.py) — a simple example, prints telemetry data and waits for events. -* `flight.py` — a simple flight script example. ## Advanced usage