-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
32 lines (25 loc) · 1.24 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>p3iv_utils</name>
<version>0.0.0</version>
<description>Utility functions of p3iv</description>
<license>BSD</license>
<maintainer email="[email protected]">Sahin Tas</maintainer>
<author email="[email protected]">Sahin Tas</author>
<url type="repository">https://github.com/fzi-forschungszentrum-informatik/P3IV</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<test_depend>gtest</test_depend>
<exec_depend>lanelet2_python</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-simplejson</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-shapely</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-scipy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-simplejson</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-shapely</exec_depend>
<export>
<rosdoc config="../rosdoc.yaml" />
</export>
</package>