From cfce968fa8b9adb21d8b2817d4eaad8dbf2bcc1c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:57:31 +0200 Subject: [PATCH] Update Ada client library status for jazzy (#4746) (#4773) Signed-off-by: Alejandro R Mosteo (cherry picked from commit d7120d93b9e882870a6c7051b07eb11313056014) Co-authored-by: Alejandro R Mosteo --- source/Concepts/Basic/About-Client-Libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Concepts/Basic/About-Client-Libraries.rst b/source/Concepts/Basic/About-Client-Libraries.rst index 843e0fb85e..74c90f791a 100644 --- a/source/Concepts/Basic/About-Client-Libraries.rst +++ b/source/Concepts/Basic/About-Client-Libraries.rst @@ -73,6 +73,7 @@ Community-maintained While the C++ and Python client libraries are maintained by the core ROS 2 team, members of the ROS 2 community maintain additional client libraries: +* `Ada `__ This is a set of packages (binding to ``rcl``, message generator, binding to ``tf2``, examples and tutorials) that allows the writing of Ada applications for ROS 2. * `C `__ ``rclc`` does not put a layer on top of rcl but complements rcl to make rcl+rclc a feature-complete client library in C. See `micro.ros.org `__ for tutorials. * `JVM and Android `__ Java and Android bindings for ROS 2. * `.NET Core, UWP and C# `__ This is a collection of projects (bindings, code generator, examples and more) for writing ROS 2 applications for .NET Core and .NET Standard. @@ -82,7 +83,6 @@ While the C++ and Python client libraries are maintained by the core ROS 2 team, Older, unmaintained client libraries are: -* `Ada `__ * `C# `__ * `Objective C and iOS `__ * `Zig `__