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 f5b38ce commit 13ddb4d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion rmw_connext_cpp/package.xml
Expand Up @@ -4,9 +4,12 @@
<name>rmw_connext_cpp</name>
<version>1.0.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>1.0.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

0 comments on commit 13ddb4d

Please sign in to comment.