forked from crigroup/handeye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
46 lines (36 loc) · 1.82 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
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>handeye</name>
<version>0.1.2</version>
<description>The handeye package</description>
<author email="fsuarez6@gmail.com">Francisco Suarez-Ruiz</author>
<maintainer email="fsuarez6@gmail.com">Francisco Suarez-Ruiz</maintainer>
<license>BSD 3-Clause</license>
<url type="website">http://wiki.ros.org/handeye</url>
<url type="repository">https://github.com/crigroup/handeye</url>
<url type="bugtracker">https://github.com/crigroup/handeye/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<exec_depend>baldor</exec_depend>
<exec_depend>criutils</exec_depend>
<exec_depend>message_runtime</exec_depend>
<!-- Python 2 deps -->
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-enum34</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-matplotlib</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</exec_depend>
<!-- Python 3 deps -->
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-matplotlib</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-scipy</exec_depend>
<test_depend>rostest</test_depend>
<doc_depend>rosdoc_lite</doc_depend>
<doc_depend>sphinxcontrib-bibtex-pip</doc_depend>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>