Skip to content

Commit 70c7865

Browse files
committed
Update package maintainers
1 parent 8267343 commit 70c7865

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

turtlebot4_cpp_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<name>turtlebot4_cpp_tutorials</name>
55
<version>1.0.1</version>
66
<description>TurtleBot 4 C++ Tutorials</description>
7-
<maintainer email="[email protected]">rkreinin</maintainer>
7+
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
8+
<maintainer email="[email protected]">Hilary Luo</maintainer>
9+
<author email="[email protected]">Roni Kreinin</author>
810
<license>Apache 2.0</license>
911

1012
<buildtool_depend>ament_cmake</buildtool_depend>

turtlebot4_python_tutorials/package.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
<name>turtlebot4_python_tutorials</name>
55
<version>1.0.1</version>
66
<description>TurtleBot 4 Python Tutorials</description>
7-
<maintainer email="[email protected]">rkreinin</maintainer>
7+
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
8+
<maintainer email="[email protected]">Hilary Luo</maintainer>
9+
<author email="[email protected]">Roni Kreinin</author>
810
<license>Apache 2.0</license>
911

1012
<test_depend>ament_copyright</test_depend>
1113
<test_depend>ament_flake8</test_depend>
1214
<test_depend>ament_pep257</test_depend>
1315
<test_depend>python3-pytest</test_depend>
14-
16+
1517
<depend>irobot_create_msgs</depend>
1618
<depend>rclpy</depend>
1719
<depend>turtlebot4_navigation</depend>

turtlebot4_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<name>turtlebot4_tutorials</name>
55
<version>1.0.1</version>
66
<description>Turtlebot4 Tutorials Metapackage</description>
7-
<maintainer email="[email protected]">rkreinin</maintainer>
7+
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
8+
<maintainer email="[email protected]">Hilary Luo</maintainer>
9+
<author email="[email protected]">Roni Kreinin</author>
810
<license>Apache 2.0</license>
911

1012
<buildtool_depend>ament_cmake</buildtool_depend>

0 commit comments

Comments
 (0)