fix errors during pprz installation (#3525)

* fix errors during pprz installation
* Use Wayland for high DPI screens
* remove start.py script
* fix dfu flash stm32
This commit is contained in:
Ewoud Smeur
2025-08-29 13:58:04 +02:00
committed by GitHub
parent 8900f6e47f
commit 4ebd2b6852
8 changed files with 20 additions and 610 deletions
@@ -41,7 +41,6 @@ Here is an extract of the Paparazzi tree:
│      └── source
├── Makefile
├── paparazzi
├── start.py
├── sw
│ ├── ext
│   ├── airborne
@@ -136,7 +135,7 @@ Compiled and generated files are located in the ``var`` directory.
Launcher
--------
You can launch Paparazzi with the eponym executable file ``paparazzi``, or via the configuration utility ``start.py``. In the later case, you can choose what conf file and what control panel file you want to use.
You can launch Paparazzi with the eponym executable file ``paparazzi``.
+1 -1
View File
@@ -56,7 +56,7 @@ The GVF Viewer tool is built inside the GCS map widget but will be deactivated u
</gcsconf>
Once we loaded GVF Viewer, we need an aircraft working with GVF. In order to test some features of this tool, the user can load with ``start.py`` the GVF configurations located in ``conf/userconf/conf_example_gvf.xml`` and compile the simulation target.
Once we loaded GVF Viewer, we need an aircraft working with GVF. In order to test some features of this tool, the user can load the GVF configurations located in ``conf/userconf/conf_example_gvf.xml`` and compile the simulation target.
How GVF Viewer works
--------------------