mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
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:
@@ -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``.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
--------------------
|
||||
|
||||
Reference in New Issue
Block a user