-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.xml
31 lines (27 loc) · 972 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
26
27
28
29
30
31
<?xml version="1.0"?>
<package format="2">
<name>reach</name>
<version>1.7.0</version>
<description>The reach package</description>
<license>Apache 2.0</license>
<author email="michael.ripperger@swri.org">Michael Ripperger</author>
<maintainer email="michael.ripperger@swri.org">Michael Ripperger</maintainer>
<buildtool_depend>cmake</buildtool_depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>ros_industrial_cmake_boilerplate</depend>
<depend>boost_plugin_loader</depend>
<depend>libpcl-all-dev</depend>
<depend>libomp-dev</depend>
<depend>yaml-cpp</depend>
<test_depend>gtest</test_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-scipy</exec_depend>
<exec_depend>python3-open3d</exec_depend>
<exec_depend>python3-tqdm</exec_depend>
<exec_depend>python3-matplotlib</exec_depend>
<exec_depend>python3-pytest</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>