-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
28 lines (23 loc) · 1.04 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
<?xml version="1.0"?>
<package format="3">
<name>p3iv_utils_polyvision</name>
<version>0.0.0</version>
<description>Polygon intersection and offsetting operations for visible area calculations</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>
<test_depend>libgoogle-glog-dev</test_depend>
<depend>cgal</depend>
<depend>pybind11-dev</depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-matplotlib</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-matplotlib</exec_depend>
<export>
<rosdoc config="../rosdoc.yaml" />
</export>
</package>