-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
63 lines (56 loc) · 2.78 KB
/
package.xml
File metadata and controls
63 lines (56 loc) · 2.78 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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>erl_common</name>
<version>0.3.0</version>
<description>erl_common is a C++ module commonly used by other modules</description>
<author email="daizhirui@hotmail.com">Zhirui Dai</author>
<maintainer email="daizhirui@hotmail.com">Zhirui Dai</maintainer>
<license>MIT</license>
<url type="repository">https://github.com/ExistentialRobotics/erl_common.git</url>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_python</buildtool_depend>
<buildtool_depend>erl_cmake_tools</buildtool_depend> <!-- required -->
<depend condition="$ROS_VERSION == 1">roscpp</depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 2">rclpy</depend>
<build_depend>Eigen3</build_depend>
<build_depend>OpenCV</build_depend>
<build_depend>yaml-cpp</build_depend>
<build_depend>nlohmann_json</build_depend>
<build_depend>OpenMP</build_depend>
<build_depend>MKL</build_depend>
<build_depend>LAPACK</build_depend>
<build_depend>Boost</build_depend>
<build_depend>fmt</build_depend>
<build_depend>nanoflann</build_depend>
<build_depend>plplot</build_depend>
<build_depend>Python3</build_depend>
<build_depend>pybind11</build_depend>
<build_export_depend>Eigen3</build_export_depend> <!-- header only -->
<build_export_depend>OpenCV</build_export_depend>
<build_export_depend>yaml-cpp</build_export_depend>
<build_export_depend>nlohmann_json</build_export_depend> <!-- header only -->
<build_export_depend>OpenMP</build_export_depend>
<build_export_depend>MKL</build_export_depend>
<build_export_depend>LAPACK</build_export_depend>
<build_export_depend>Boost</build_export_depend>
<build_export_depend>fmt</build_export_depend>
<build_export_depend>nanoflann</build_export_depend> <!-- header only -->
<build_export_depend>plplot</build_export_depend>
<build_export_depend>Python3</build_export_depend>
<build_export_depend>pybind11</build_export_depend> <!-- header only -->
<exec_depend>OpenCV</exec_depend>
<exec_depend>yaml-cpp</exec_depend>
<exec_depend>OpenMP</exec_depend>
<exec_depend>MKL</exec_depend>
<exec_depend>LAPACK</exec_depend>
<exec_depend>Boost</exec_depend>
<exec_depend>Python3</exec_depend>
<exec_depend>fmt</exec_depend>
<exec_depend>plplot</exec_depend>
<export>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>