From 50dabd8faef300a4c408070be60f3ea5089bef08 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Fri, 13 Mar 2026 18:16:06 -0700 Subject: [PATCH] docs(project): add CITATION.cff with Zenodo DOI Add a CITATION.cff file so GitHub shows a "Cite this repository" button. Lists the project founder and "The PX4 Contributors", linking to the Zenodo concept DOI (10.5281/zenodo.595432). Signed-off-by: Ramon Roche --- CITATION.cff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..c7fe49b33f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,27 @@ +cff-version: 1.2.0 +title: "PX4 Autopilot" +message: "If you use PX4 in your research, please cite it using this metadata." +type: software +authors: + - family-names: Meier + given-names: Lorenz + - name: "The PX4 Contributors" +repository-code: "https://github.com/PX4/PX4-Autopilot" +url: "https://px4.io" +abstract: >- + PX4 is an open-source autopilot stack for drones and + unmanned vehicles. It supports multirotors, fixed-wing, + VTOL, rovers, and many more platforms. PX4 runs on both + RTOS and POSIX-compatible operating systems. +keywords: + - autopilot + - drone + - uav + - flight-controller + - robotics + - ros2 +license: BSD-3-Clause +identifiers: + - type: doi + value: "10.5281/zenodo.595432" + description: "Zenodo concept DOI (resolves to latest version)"