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

[Foxy] Update maintainers #103

Merged
merged 1 commit into from
Oct 13, 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 ros_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
ros_tutorials contains packages that demonstrate various features of ROS,
as well as support packages which help demonstrate those features.
</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<maintainer email="[email protected]">Mabel Zhang</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>BSD</license>

<url type="website">http:https://www.ros.org/wiki/ros_tutorials</url>
<url type="bugtracker">https://github.com/ros/ros_tutorials/issues</url>
<url type="repository">https://github.com/ros/ros_tutorials</url>
<author>Josh Faust</author>
<author>Ken Conley</author>
<author email="[email protected]">Dirk Thomas</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
4 changes: 3 additions & 1 deletion roscpp_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
This package attempts to show the features of ROS step-by-step,
including using messages, servers, parameters, etc.
</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<maintainer email="[email protected]">Mabel Zhang</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>BSD</license>

<url type="website">http:https://www.ros.org/wiki/roscpp_tutorials</url>
<url type="bugtracker">https://github.com/ros/ros_tutorials/issues</url>
<url type="repository">https://github.com/ros/ros_tutorials</url>
<author>Morgan Quigley</author>
<author email="[email protected]">Dirk Thomas</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
4 changes: 3 additions & 1 deletion rospy_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
This package attempts to show the features of ROS python API step-by-step,
including using messages, servers, parameters, etc. These tutorials are compatible with the nodes in roscpp_tutorial.
</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<maintainer email="[email protected]">Mabel Zhang</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>BSD</license>

<url type="website">http:https://www.ros.org/wiki/rospy_tutorials</url>
<url type="bugtracker">https://github.com/ros/ros_tutorials/issues</url>
<url type="repository">https://github.com/ros/ros_tutorials</url>
<author>Ken Conley</author>
<author email="[email protected]">Dirk Thomas</author>

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

Expand Down
4 changes: 3 additions & 1 deletion turtlesim/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
<description>
turtlesim is a tool made for teaching ROS and ROS packages.
</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<maintainer email="[email protected]">Mabel Zhang</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<license>BSD</license>

<url type="website">http:https://www.ros.org/wiki/turtlesim</url>
<url type="bugtracker">https://github.com/ros/ros_tutorials/issues</url>
<url type="repository">https://github.com/ros/ros_tutorials</url>
<author>Josh Faust</author>
<author email="[email protected]">Dirk Thomas</author>

<build_depend>qt5-qmake</build_depend>
<build_depend>qtbase5-dev</build_depend>
Expand Down