Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maintainers #825

Merged
merged 1 commit 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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