forked from ros/urdfdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
31 lines (26 loc) · 1.03 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
25
26
27
28
29
30
31
<?xml version="1.0"?>
<package>
<name>urdfdom</name>
<version>0.2.10</version>
<description>A library to access URDFs using the DOM model.</description>
<maintainer email="[email protected]">John Hsu</maintainer>
<maintainer email="[email protected]">Ioan Sucan</maintainer>
<license>BSD</license>
<author>Wim Meeussen</author>
<author>John Hsu</author>
<url type="website">http://ros.org/wiki/urdf</url>
<url type="bugtracker">https://github.com/ros/urdfdom/issues</url>
<url type="repository">https://github.com/ros/urdfdom</url>
<build_depend>boost</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<build_depend>tinyxml</build_depend>
<build_depend version_gte="0.2.3">urdfdom_headers</build_depend>
<run_depend>boost</run_depend>
<run_depend>catkin</run_depend>
<run_depend>libconsole-bridge-dev</run_depend>
<run_depend>tinyxml</run_depend>
<run_depend version_gte="0.2.3">urdfdom_headers</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>