-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.xml
28 lines (22 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
<?xml version="1.0"?>
<package format="3">
<name>p3iv_core</name>
<version>0.0.0</version>
<description>Core functions of p3iv</description>
<license>BSD</license>
<maintainer email="[email protected]">Sahin Tas</maintainer>
<author email="[email protected]">Sahin Tas</author>
<url type="repository"></url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<test_depend>gtest</test_depend>
<depend>p3iv_utils</depend>
<depend>p3iv_types</depend>
<exec_depend>lanelet2_python</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-termcolor</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-yaml</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-matplotlib</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-termcolor</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-yaml</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-matplotlib</exec_depend>
</package>