Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Update maintainers #468

Merged
merged 3 commits into from Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion rmw_connext_cpp/package.xml
Expand Up @@ -4,9 +4,12 @@
<name>rmw_connext_cpp</name>
<version>3.4.2</version>
<description>Implement the ROS middleware interface using RTI Connext static code generation in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="alejandro@openrobotics.org">Alejandro Hernandez Cordero</maintainer>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<license>Apache License 2.0</license>

<author>Dirk Thomas</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_cmake</buildtool_depend>

Expand Down
5 changes: 4 additions & 1 deletion rmw_connext_dynamic_cpp/package.xml
Expand Up @@ -4,9 +4,12 @@
<name>rmw_connext_dynamic_cpp</name>
<version>0.8.0</version>
<description>Implement the ROS middleware interface using RTI Connext DynammicData interface in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="alejandro@openrobotics.org">Alejandro Hernandez Cordero</maintainer>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<license>Apache License 2.0</license>

<author>Dirk Thomas</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>connext_cmake_module</build_depend>
Expand Down
5 changes: 4 additions & 1 deletion rmw_connext_shared_cpp/package.xml
Expand Up @@ -4,9 +4,12 @@
<name>rmw_connext_shared_cpp</name>
<version>3.4.2</version>
<description>C++ types and functions shared by the ROS middleware interface to RTI Connext Static and RTI Connext Dynamic.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="alejandro@openrobotics.org">Alejandro Hernandez Cordero</maintainer>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<license>Apache License 2.0</license>

<author>Dirk Thomas</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>rosidl_cmake</buildtool_depend>

Expand Down