-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.xml
22 lines (22 loc) · 1023 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package format="2">
<name>robotis_manipulator</name>
<version>1.1.1</version>
<description>
This package contains the manipulation API and functions for controlling the manipulator.
</description>
<license>Apache 2.0</license>
<author email="[email protected]">Hye-Jong KIM</author>
<author email="[email protected]">Darby Lim</author>
<author email="[email protected]">Yong-Ho Na</author>
<author email="[email protected]">Ryan Shim</author>
<maintainer email="[email protected]">Will Son</maintainer>
<url type="website">http://wiki.ros.org/robotis_manipulator</url>
<url type="emanual">http://emanual.robotis.com/docs/en/platform/openmanipulator</url>
<url type="repository">https://github.com/ROBOTIS-GIT/robotis_manipulator</url>
<url type="bugtracker">https://github.com/ROBOTIS-GIT/robotis_manipulator/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>cmake_modules</depend>
<depend>eigen</depend>
</package>