-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.xml
24 lines (24 loc) · 1.13 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="2">
<name>open_manipulator_msgs</name>
<version>1.0.1</version>
<description>
Messages and services package for OpenManipulator to send information about state or pose
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Darby Lim</author>
<author email="[email protected]">Hye-Jong KIM</author>
<author email="[email protected]">Ryan Shim</author>
<author email="[email protected]">Yong-Ho Na</author>
<maintainer email="[email protected]">Will Son</maintainer>
<url type="website">http://wiki.ros.org/open_manipulator_msgs</url>
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
<url type="repository">https://github.com/ROBOTIS-GIT/open_manipulator_msgs</url>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/open_manipulator_msgs/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>message_runtime</exec_depend>
</package>