forked from koide3/ndt_omp
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
25 lines (19 loc) · 940 Bytes
/
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
<?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>ndt_omp</name>
<version>0.0.0</version>
<description>OpenMP boosted iNDT algorithms</description>
<maintainer email="[email protected]">koide</maintainer>
<maintainer email="[email protected]">koide</maintainer>
<license>BSD</license>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_auto</buildtool_depend>
<depend condition="$ROS_VERSION == 1">pcl_ros</depend>
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">libpcl-all-dev</depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>