forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
54 lines (41 loc) · 2.17 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
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
<?xml version="1.0"?>
<!-- This file is only used to enable the building librealsense2 -->
<!-- as a debian package for use with ROS (http://ros.org) -->
<!-- via catkin_make (which invokes cmake) -->
<package format="2">
<name>any_librealsense2</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>2.35.26</version>
<description>
Library for capturing data from the Intel(R) RealSense(TM) SR300, D400 Depth cameras and T2xx Tracking devices. This effort was initiated to better support researchers, creative coders, and app developers in domains such as robotics, virtual reality, and the internet of things. Several often-requested features of RealSense(TM); devices are implemented in this project.
</description>
<maintainer email="[email protected]">Yoshua Nava</maintainer>
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
<url type="website">https://github.com/IntelRealSense/librealsense/</url>
<author email="[email protected]">Sergey Dorodnicov</author>
<author email="[email protected]">Doron Hirshberg</author>
<author email="[email protected]">Mark Horn</author>
<author email="[email protected]">Reagan Lopez</author>
<author email="[email protected]">Itay Carpis</author>
<author email="[email protected]">Yoshua Nava</author>
<license>Apache License, Version 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>pkg-config</build_depend>
<depend>libusb-1.0-dev</depend>
<depend>libssl-dev</depend>
<depend>dkms</depend>
<depend>udev</depend>
<exec_depend>rsync</exec_depend>
<!-- This library examples depend on graphical library sources.
The examples are not deployed on the robot so this dependency
is disabled by default. If you need to enable examples back,
uncomment the block of graphical dependencies below. -->
<!-- <depend>libglfw3-dev</depend> -->
<!-- <depend>opengl</depend> -->
<!-- <depend>gtk3</depend> -->
<!-- <test_depend>cmake_code_coverage</test_depend> -->
<test_depend>gtest</test_depend>
<!-- <export>
<build_type>cmake</build_type>
</export> -->
</package>