Skip to content

Commit

Permalink
Merge pull request #459 from ros2/mjeronimo/update-maintainers
Browse files Browse the repository at this point in the history
Update the package.xml files with the latest Open Robotics maintainers
  • Loading branch information
mjeronimo committed Oct 7, 2020
2 parents 401c777 + 67ff7dc commit f8ee9aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion rmw_fastrtps_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<name>rmw_fastrtps_cpp</name>
<version>3.1.4</version>
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<license>Apache License 2.0</license>
<author>Ricardo González</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>rosidl_cmake</buildtool_depend>
Expand Down
4 changes: 3 additions & 1 deletion rmw_fastrtps_dynamic_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<name>rmw_fastrtps_dynamic_cpp</name>
<version>3.1.4</version>
<description>Implement the ROS middleware interface using introspection type support.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<license>Apache License 2.0</license>
<author>Ricardo González</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>fastrtps_cmake_module</buildtool_depend>
Expand Down
4 changes: 3 additions & 1 deletion rmw_fastrtps_shared_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
<name>rmw_fastrtps_shared_cpp</name>
<version>3.1.4</version>
<description>Code shared on static and dynamic type support of rmw_fastrtps_cpp.</description>
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
<maintainer email="michel@ekumenlabs.com">Michel Hidalgo</maintainer>
<maintainer email="michael.jeronimo@openrobotics.org">Michael Jeronimo</maintainer>
<license>Apache License 2.0</license>
<author>Ricardo González</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>fastrtps_cmake_module</buildtool_depend>
Expand Down

0 comments on commit f8ee9aa

Please sign in to comment.