mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
* fix(zenoh): generate the topic catalog into the build tree Kconfig.topics is fully generated from the uORB message set, but the build regenerated it into the source tree at configure time. Building any Zenoh board therefore left the working tree dirty whenever the message set had changed since the file was last committed (the catalog is board-config dependent, so it drifts easily). Generate the catalog into the build directory in cmake/kconfig.cmake, before Kconfig is parsed, and source it from there via ZENOH_KCONFIG_TOPICS. It is generated board-independently from every message so it no longer depends on the msg-gating Kconfig symbols it is sourced alongside; the per-board factory still gates which topics are actually compiled. Drop the committed catalog. * chore(zenoh): bump zenoh-pico to the build-tree header fix Moves zenoh-pico's generated config.h/zenoh-pico.h/library.json out of its own source tree and into the build tree, so building no longer dirties the submodule. Gated on PX4/zenoh-pico#2: the pointer currently references the fix branch on a fork and must be moved to the merged commit before this is ready. * bump zenoh-pico
PX4 User Guide
This repo contains the source code for the PX4 User Guide.
Note
Contributions and Translations to this guide are very welcome!