Skip to content

Commit c24d9f1

Browse files
committed
Fix tag order
1 parent 33ff645 commit c24d9f1

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

turtlebot4_base/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 Base Node</description>
77
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
88
<maintainer email="[email protected]">Hilary Luo</maintainer>
9-
<author email="[email protected]">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="[email protected]">Roni Kreinin</author>
13+
1214
<buildtool_depend>ament_cmake</buildtool_depend>
1315

1416
<depend>irobot_create_msgs</depend>

turtlebot4_bringup/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 Robot Bringup</description>
77
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
88
<maintainer email="[email protected]">Hilary Luo</maintainer>
9-
<author email="[email protected]">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="[email protected]">Roni Kreinin</author>
13+
1214
<buildtool_depend>ament_cmake</buildtool_depend>
1315

1416
<depend>turtlebot4_node</depend>

turtlebot4_diagnostics/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 Diagnostics</description>
77
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
88
<maintainer email="[email protected]">Hilary Luo</maintainer>
9-
<author email="[email protected]">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="[email protected]">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_robot/package.xml

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

12+
<author email="[email protected]">Roni Kreinin</author>
13+
1214
<buildtool_depend>ament_cmake</buildtool_depend>
1315

1416
<depend>turtlebot4_bringup</depend>

turtlebot4_tests/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 System Tests</description>
77
<maintainer email="[email protected]">Chris Iverach-Brereton</maintainer>
88
<maintainer email="[email protected]">Hilary Luo</maintainer>
9-
<author email="[email protected]">Roni Kreinin</author>
9+
1010
<license>Apache 2.0</license>
1111

12+
<author email="[email protected]">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>

0 commit comments

Comments
 (0)