From 43938654c9725f94ed8a6be1b153ed21821a6fe7 Mon Sep 17 00:00:00 2001 From: keithkirkwood-3di Date: Wed, 20 May 2026 12:08:39 +0100 Subject: [PATCH] OPENR-162: Add short section on generative AI policy (#6813) (cherry picked from commit b7f85eba8d8f3dadf17a11455e92a6558d66d35a) --- source/The-ROS2-Project/Contributing/Developer-Guide.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/The-ROS2-Project/Contributing/Developer-Guide.rst b/source/The-ROS2-Project/Contributing/Developer-Guide.rst index a35cef0b5ea..7296ea2806f 100644 --- a/source/The-ROS2-Project/Contributing/Developer-Guide.rst +++ b/source/The-ROS2-Project/Contributing/Developer-Guide.rst @@ -38,6 +38,14 @@ We recommend all ROS developers strive to adhere to the following policies to en For more specific code recommendations please see :doc:`the Quality Guide `. +Use of generative AI +^^^^^^^^^^^^^^^^^^^^ + +When making contributions of any kind to ROS code or documentation, you must follow the `OSRF Policy `__ on the use of generative AI. + +This includes tools which automatically create any part of your contribution using models trained on existing human-created content. +It does not include tools which generate content through standard algorithms, or appropriately licensed content libraries. + .. _semver: Versioning