forked from ros/urdfdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
37 lines (29 loc) · 1.22 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
32
33
34
35
36
37
<?xml version="1.0"?>
<package format="2">
<name>urdfdom</name>
<version>4.0.0</version>
<description>A library to access URDFs using the DOM model.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<maintainer email="[email protected]">Shane Loretz</maintainer>
<maintainer email="[email protected]">Steve Peters</maintainer>
<license>BSD</license>
<author>Ioan Sucan</author>
<author>John Hsu</author>
<author email="[email protected]">Steven! Ragnarök</author>
<author>Wim Meeussen</author>
<build_depend>console_bridge_vendor</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<build_depend>tinyxml2</build_depend>
<build_depend>tinyxml2_vendor</build_depend>
<build_depend version_gte="0.2.3">urdfdom_headers</build_depend>
<buildtool_depend>cmake</buildtool_depend>
<exec_depend>console_bridge_vendor</exec_depend>
<exec_depend>libconsole-bridge-dev</exec_depend>
<exec_depend>tinyxml2</exec_depend>
<exec_depend>tinyxml2_vendor</exec_depend>
<exec_depend version_gte="0.2.3">urdfdom_headers</exec_depend>
<test_depend>python3</test_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>