From 4a09819ff3fa83e615feff118f82d76fe9262ded Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 23 Sep 2024 20:50:28 +0200 Subject: [PATCH] Update Ada client library status for jazzy (#4746) Signed-off-by: Alejandro R Mosteo (cherry picked from commit d7120d93b9e882870a6c7051b07eb11313056014) --- 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 5a6ebc102b..1079ece209 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 `__