Skip to content

Commit e90266b

Browse files
authored
Update maintainers (ros#102)
Previous: Dirk Thomas Current: Mabel Zhang ; Shane Loretz Signed-off-by: Shane Loretz<[email protected]> Signed-off-by: Shane Loretz <[email protected]>
1 parent 91d2764 commit e90266b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ros_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
ros_tutorials contains packages that demonstrate various features of ROS,
77
as well as support packages which help demonstrate those features.
88
</description>
9-
<maintainer email="[email protected]">Dirk Thomas</maintainer>
9+
<maintainer email="[email protected]">Mabel Zhang</maintainer>
10+
<maintainer email="[email protected]">Shane Loretz</maintainer>
1011
<license>BSD</license>
1112

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

1820
<buildtool_depend>catkin</buildtool_depend>
1921

roscpp_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
This package attempts to show the features of ROS step-by-step,
77
including using messages, servers, parameters, etc.
88
</description>
9-
<maintainer email="[email protected]">Dirk Thomas</maintainer>
9+
<maintainer email="[email protected]">Mabel Zhang</maintainer>
10+
<maintainer email="[email protected]">Shane Loretz</maintainer>
1011
<license>BSD</license>
1112

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

1719
<buildtool_depend>catkin</buildtool_depend>
1820

rospy_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
This package attempts to show the features of ROS python API step-by-step,
77
including using messages, servers, parameters, etc. These tutorials are compatible with the nodes in roscpp_tutorial.
88
</description>
9-
<maintainer email="[email protected]">Dirk Thomas</maintainer>
9+
<maintainer email="[email protected]">Mabel Zhang</maintainer>
10+
<maintainer email="[email protected]">Shane Loretz</maintainer>
1011
<license>BSD</license>
1112

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

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

turtlesim/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
<description>
66
turtlesim is a tool made for teaching ROS and ROS packages.
77
</description>
8-
<maintainer email="[email protected]">Dirk Thomas</maintainer>
8+
<maintainer email="[email protected]">Mabel Zhang</maintainer>
9+
<maintainer email="[email protected]">Shane Loretz</maintainer>
910
<license>BSD</license>
1011

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

1618
<buildtool_depend>catkin</buildtool_depend>
1719

0 commit comments

Comments
 (0)