forked from moveit/srdfdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
27 lines (20 loc) · 925 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
23
24
25
26
27
<package format="2">
<name>srdfdom</name>
<version>0.6.3</version>
<description>Parser for Semantic Robot Description Format (SRDF).</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Guillaume Walck</author>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/srdfdom</url>
<url type="bugtracker">https://github.com/ros-planning/srdfdom/issues</url>
<url type="repository">https://github.com/ros-planning/srdfdom</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>boost</depend>
<depend>urdf</depend>
<depend>tinyxml2</depend>
<build_depend>cmake_modules</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<exec_depend>urdfdom_py</exec_depend>
<test_depend>rostest</test_depend>
</package>