Skip to content

Commit b7d0f3b

Browse files
committed
Fix tag order
1 parent 1611ec4 commit b7d0f3b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

turtlebot4_gz_bringup/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>TurtleBot 4 Gazebo Simulator 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
<!-- Turtlebot4 -->

turtlebot4_gz_gui_plugins/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 Gazebo Simulator GUI Plugins</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
<depend>gz_gui_vendor</depend>
1416
<depend>qml-module-qtquick-extras</depend>

turtlebot4_gz_toolbox/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Turtlebot4 Gazebo Toolbox</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>rclcpp</depend>

turtlebot4_simulator/package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<description>Metapackage for Turtlebot4 simulations</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_gz_bringup</depend>

0 commit comments

Comments
 (0)