Arborescence

Root directory

The essential directories are these ones :

PprzGCS
├── data
├── docs
├── ext
├── resources
└── src
  • data holds all customizable resources. It will usually be installed in /usr/share/pprzgcs. Files in this directory are overridden by files with similar path in user’s directory $HOME/.local/share/pprzgcs (See AppDataLocation QStandardPaths).

  • docs contains the documentation consultable at https://docs.paparazziuav.org/PprzGCS/.

  • ext contains external dependencies

  • resources holds static resources. PprzGCS must be rebuild when changes are made in this directory.

  • src contains all the source code.

Sources