-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
34 lines (26 loc) · 957 Bytes
/
package.xml
File metadata and controls
34 lines (26 loc) · 957 Bytes
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
<package format="3">
<name>depthai_v3</name>
<version>3.6.1</version>
<description>DepthAI core is a C++ library which comes with firmware and an API to interact with
OAK Platform</description>
<maintainer email="adam.serafin@luxonis.com">Adam Serafin</maintainer>
<author email="martin@luxonis.com">Martin Peterlin</author>
<license>MIT</license>
<url type="website">https://www.luxonis.com/</url>
<build_depend>ros_environment</build_depend>
<depend>libusb-1.0-dev</depend>
<depend>libudev-dev</depend>
<depend>libopencv-dev</depend>
<depend>gfortran</depend>
<depend>nlohmann-json-dev</depend>
<depend>curl</depend>
<depend>spdlog</depend>
<depend>fmt</depend>
<depend>zip</depend>
<depend>tar</depend>
<depend>unzip</depend>
<buildtool_depend>ament_cmake</buildtool_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>