Skip to content

Commit 3baa265

Browse files
committed
fix package xml
Signed-off-by: Will Son <willson@robotis.com>
1 parent bd2e162 commit 3baa265

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

turtlebot3_manipulation/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</description>
99
<maintainer email="willson@robotis.com">Will Son</maintainer>
1010
<license>Apache 2.0</license>
11+
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
12+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
13+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1114
<author email="thlim@robotis.com">Darby Lim</author>
1215
<author email="hjkim@robotis.com">Hye-jong KIM</author>
1316
<buildtool_depend>ament_cmake</buildtool_depend>

turtlebot3_manipulation_bringup/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</description>
99
<maintainer email="willson@robotis.com">Will Son</maintainer>
1010
<license>Apache 2.0</license>
11+
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
12+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
13+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1114
<author email="thlim@robotis.com">Darby Lim</author>
1215
<author email="hjkim@robotis.com">Hye-jong KIM</author>
1316
<buildtool_depend>ament_cmake</buildtool_depend>

turtlebot3_manipulation_cartographer/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</description>
99
<maintainer email="willson@robotis.com">Will Son</maintainer>
1010
<license>Apache 2.0</license>
11+
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
12+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
13+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1114
<author email="thlim@robotis.com">Darby Lim</author>
1215
<author email="pyo@robotis.com">Pyo</author>
1316
<buildtool_depend>ament_cmake</buildtool_depend>

turtlebot3_manipulation_description/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</description>
99
<maintainer email="willson@robotis.com">Will Son</maintainer>
1010
<license>Apache 2.0</license>
11+
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
12+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
13+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1114
<author email="thlim@robotis.com">Darby Lim</author>
1215
<author email="hjkim@robotis.com">Hye-jong KIM</author>
1316
<buildtool_depend>ament_cmake</buildtool_depend>

turtlebot3_manipulation_hardware/package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88
</description>
99
<maintainer email="willson@robotis.com">Will Son</maintainer>
1010
<license>Apache 2.0</license>
11+
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
12+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
13+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
1114
<author email="thlim@robotis.com">Darby Lim</author>
1215
<buildtool_depend>ament_cmake</buildtool_depend>
16+
<depend>dynamixel_sdk</depend>
1317
<depend>hardware_interface</depend>
1418
<depend>pluginlib</depend>
1519
<depend>rclcpp</depend>

turtlebot3_manipulation_teleop/package.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
<name>turtlebot3_manipulation_teleop</name>
55
<version>2.1.1</version>
66
<description>Ros2 Package of the turtlebot3_manipulation_teleop</description>
7-
<maintainer email="hjkim@robotis.com">Hye-jong KIM</maintainer>
7+
<maintainer email="willson@robotis.com">Will Son</maintainer>
88
<license>Apache 2.0</license>
9+
<url type="website">https://emanual.robotis.com/docs/en/platform/turtlebot3/manipulation/</url>
10+
<url type="repository">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation</url>
11+
<url type="bugtracker">https://github.com/ROBOTIS-GIT/turtlebot3_manipulation/issues</url>
12+
<author email="hjkim@robotis.com">Hye-jong KIM</author>
913

1014
<buildtool_depend>ament_cmake</buildtool_depend>
1115

0 commit comments

Comments
 (0)