forked from realsenseai/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (23 loc) · 1.34 KB
/
package.xml
File metadata and controls
31 lines (23 loc) · 1.34 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
<?xml version="1.0"?>
<!-- This file is only used to enable the building librealsense -->
<!-- as a debian package for use with ROS (http://ros.org) -->
<!-- via catkin_make (which invokes cmake) -->
<package format="2">
<name>librealsense</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>1.11.0</version>
<description>
Library for capturing data from the Intel(R) RealSense(TM) F200, SR300, R200, LR200 and ZR300 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="[email protected]">Sergey Dorodnicov</maintainer>
<maintainer email="[email protected]">Mark Horn</maintainer>
<maintainer email="[email protected]">Reagan Lopez</maintainer>
<url type="website">https://github.com/IntelRealSense/librealsense/</url>
<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>