Arborescence¶
Root directory¶
The essential directories are these ones :
PprzGCS
├── data
├── docs
├── ext
├── resources
└── src
dataholds 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).docscontains the documentation consultable at https://docs.paparazziuav.org/PprzGCS/.extcontains external dependenciesresourcesholds static resources. PprzGCS must be rebuild when changes are made in this directory.srccontains all the source code.