forked from ros/urdf_parser_py
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
33 lines (24 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
32
33
<?xml version="1.0"?>
<package format="2">
<name>urdfdom_py</name>
<version>0.3.3</version>
<description>Python implementation of the URDF parser.</description>
<license>BSD</license>
<author>Thomas Moulard</author>
<author>David Lu</author>
<author>Kelsey Hawkins</author>
<author>Antonio El Khoury</author>
<author>Eric Cousineau</author>
<author email="isucan@gmail.com">Ioan Sucan</author>
<author email="jacquelinekay1@gmail.com">Jackie Kay</author>
<maintainer email="clalancette@osrfoundation.org">Chris Lalancette</maintainer>
<maintainer email="sloretz@osrfoundation.org">Shane Loretz</maintainer>
<url type="website">http://wiki.ros.org/urdfdom_py</url>
<url type="bugtracker">https://github.com/ros/urdf_parser_py/issues</url>
<url type="repository">https://github.com/ros/urdf_parser_py</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>python</depend>
<exec_depend>python-lxml</exec_depend>
<exec_depend>python-yaml</exec_depend>
<test_depend>python-mock</test_depend>
</package>