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

Commit

Permalink
Update maintainers (#468)
Browse files Browse the repository at this point in the history
* Update maintainers

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Restored Dirk as maintainer

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Added Dirk as Author, removed from maintainers

Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Oct 16, 2020
1 parent 250842e commit 281e06a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion rmw_connext_cpp/package.xml
Expand Up @@ -4,9 +4,12 @@
<name>rmw_connext_cpp</name>
<version>0.8.1</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
7 changes: 5 additions & 2 deletions rmw_connext_shared_cpp/package.xml
Expand Up @@ -4,10 +4,13 @@
<name>rmw_connext_shared_cpp</name>
<version>0.8.1</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>

<buildtool_depend>ament_cmake</buildtool_depend>
<author>Dirk Thomas</author>

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

<buildtool_export_depend>ament_cmake</buildtool_export_depend>
Expand Down

0 comments on commit 281e06a

Please sign in to comment.