Skip to content

Commit eb670be

Browse files
committed
Fix tag order
1 parent 70c7865 commit eb670be

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

turtlebot4_cpp_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>TurtleBot 4 C++ Tutorials</description>
77
<maintainer email="civerachb@clearpathrobotics.com">Chris Iverach-Brereton</maintainer>
88
<maintainer email="hluo@clearpathrobotics.com">Hilary Luo</maintainer>
9-
<author email="rkreinin@clearpathrobotics.com">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="rkreinin@clearpathrobotics.com">Roni Kreinin</author>
13+
1214
<buildtool_depend>ament_cmake</buildtool_depend>
1315

1416
<depend>rclcpp</depend>

turtlebot4_python_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>TurtleBot 4 Python Tutorials</description>
77
<maintainer email="civerachb@clearpathrobotics.com">Chris Iverach-Brereton</maintainer>
88
<maintainer email="hluo@clearpathrobotics.com">Hilary Luo</maintainer>
9-
<author email="rkreinin@clearpathrobotics.com">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="rkreinin@clearpathrobotics.com">Roni Kreinin</author>
13+
1214
<test_depend>ament_copyright</test_depend>
1315
<test_depend>ament_flake8</test_depend>
1416
<test_depend>ament_pep257</test_depend>

turtlebot4_tutorials/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 Tutorials Metapackage</description>
77
<maintainer email="civerachb@clearpathrobotics.com">Chris Iverach-Brereton</maintainer>
88
<maintainer email="hluo@clearpathrobotics.com">Hilary Luo</maintainer>
9-
<author email="rkreinin@clearpathrobotics.com">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="rkreinin@clearpathrobotics.com">Roni Kreinin</author>
13+
1214
<buildtool_depend>ament_cmake</buildtool_depend>
1315

1416
<depend>turtlebot4_cpp_tutorials</depend>

0 commit comments

Comments
 (0)