forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
34 lines (25 loc) · 1.45 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
<?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>librealsense2</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>2.10.2</version>
<description>
Library for capturing data from the Intel(R) RealSense(TM) SR300 and D400 cameras. 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, including multi-camera capture.
</description>
<maintainer email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</maintainer>
<maintainer email="itay.carpis@intel.com">Itay Carpis</maintainer>
<url type="website">https://github.com/IntelRealSense/librealsense/</url>
<author email="sergey.dorodnicov@intel.com">Sergey Dorodnicov</author>
<author email="mark.d.horn@intel.com">Mark Horn</author>
<author email="reagan.lopez@intel.com">Reagan Lopez</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>linux-headers-generic</depend>
<depend>libssl-dev</depend>
<depend>dkms</depend>
</package>