-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.xml
32 lines (25 loc) · 1.01 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
<?xml version="1.0"?>
<package format="3">
<name>urdfdom_py</name>
<version>1.2.1</version>
<description>Python implementation of the URDF parser.</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>BSD</license>
<author>Antonio El Khoury</author>
<author>David Lu</author>
<author>Eric Cousineau</author>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Jackie Kay</author>
<author>Kelsey Hawkins</author>
<author email="[email protected]">Shane Loretz</author>
<author>Thomas Moulard</author>
<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>
<exec_depend>rclpy</exec_depend>
<exec_depend>python3-lxml</exec_depend>
<exec_depend>python3-yaml</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>