Skip to content

Commit

Permalink
Update maintainers (#825)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno authored Oct 7, 2020
1 parent d746cfb commit 0ca8c61
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion rcl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<description>The ROS client library common implementation.
This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries.
</description>
<maintainer email="[email protected]">William Woodall</maintainer>
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
Expand Down
2 changes: 2 additions & 0 deletions rcl_action/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<name>rcl_action</name>
<version>2.2.0</version>
<description>Package containing a C-based ROS action implementation</description>
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake_ros</buildtool_depend>
Expand Down
5 changes: 4 additions & 1 deletion rcl_lifecycle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<name>rcl_lifecycle</name>
<version>2.2.0</version>
<description>Package containing a C-based lifecycle implementation</description>
<maintainer email="[email protected]">Karsten Knese</maintainer>
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>
<author email="[email protected]">Karsten Knese</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>

Expand Down
5 changes: 4 additions & 1 deletion rcl_yaml_param_parser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
<name>rcl_yaml_param_parser</name>
<version>2.2.0</version>
<description>Parse a YAML parameter file and populate the C data structure.</description>
<maintainer email="[email protected]">Anup Pemmaiah</maintainer>
<maintainer email="[email protected]">Ivan Paunovic</maintainer>
<maintainer email="[email protected]">Jacob Perron</maintainer>
<maintainer email="[email protected]">William Woodall</maintainer>
<license>Apache License 2.0</license>
<author email="[email protected]">Anup Pemmaiah</author>

<buildtool_depend>ament_cmake_ros</buildtool_depend>

Expand Down

0 comments on commit 0ca8c61

Please sign in to comment.