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 package maintainers #114

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion nodelet/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
implementing a nodelet, as well as the NodeletLoader class used
for instantiating nodelets.
</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
<license>BSD</license>

<url type="website">http://ros.org/wiki/nodelet</url>
<url type="bugtracker">https://github.com/ros/nodelet_core/issues</url>
<url type="repository">https://github.com/ros/nodelet_core</url>
<author>Tully Foote</author>
<author>Radu Bogdan Rusu</author>
<author email="michael@openrobotics.org">Michael Carroll</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion nodelet_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<name>nodelet_core</name>
<version>1.10.2</version>
<description>Nodelet Core Metapackage</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
<license>BSD</license>

<url type="website">http://www.ros.org/wiki/nodelet_core</url>
<url type="bugtracker">https://github.com/ros/nodelet_core/issues</url>
<url type="repository">https://github.com/ros/nodelet_core</url>

<author>Tully Foote</author>
<author email="michael@openrobotics.org">Michael Carroll</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion nodelet_topic_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<description>
This package contains common nodelet tools such as a mux, demux and throttle.
</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
<license>BSD</license>

<url type="website">http://ros.org/wiki/nodelet_topic_tools</url>
<url type="bugtracker">https://github.com/ros/nodelet_core/issues</url>
<url type="repository">https://github.com/ros/nodelet_core</url>
<author>Radu Bogdan Rusu</author>
<author>Tully Foote</author>
<author email="michael@openrobotics.org">Michael Carroll</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion test_nodelet/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<description>
A package for nodelet unit tests
</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
<license>BSD</license>

<url type="website">http://ros.org/wiki/test_nodelet</url>
<url type="bugtracker">https://github.com/ros/nodelet_core/issues</url>
<url type="repository">https://github.com/ros/nodelet_core</url>
<author>Tully Foote</author>
<author email="michael@openrobotics.org">Michael Carroll</author>

<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

Expand Down
3 changes: 2 additions & 1 deletion test_nodelet_topic_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<description>
A package for nodelet_topic_tools unit tests.
</description>
<maintainer email="michael@openrobotics.org">Michael Carroll</maintainer>
<maintainer email="geoff@openrobotics.org">Geoffrey Biggs</maintainer>
<license>BSD</license>

<url type="website">http://ros.org/wiki/nodelet_topic_tools</url>
<url type="bugtracker">https://github.com/ros/nodelet_core/issues</url>
<url type="repository">https://github.com/ros/nodelet_core</url>
<author>Radu Bogdan Rusu</author>
<author>Tully Foote</author>
<author email="michael@openrobotics.org">Michael Carroll</author>

<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

Expand Down