forked from Livox-SDK/Livox-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
30 lines (21 loc) · 1.15 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
<?xml version="1.0"?>
<!-- This file is only used to enable building Livox-SDK -->
<!-- as a debian package for use with ROS (http://ros.org) -->
<!-- via catkin_make (which invokes cmake) -->
<package format="2">
<name>livox-sdk</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>2.3.0</version>
<description>
Livox SDK is the software development kit designed for all Livox products. It is developed based on C/C++ following Livox SDK Communication Protocol, and provides easy-to-use C style API. With Livox SDK, users can quickly connect to Livox products and receive point cloud data. Livox SDK consists of Livox SDK communication protocol, Livox SDK core, Livox SDK API, Linux sample, and ROS demo.
</description>
<maintainer email="[email protected]">Greenzie Developers</maintainer>
<url type="website">https://github.com/Livox-SDK/Livox-SDK</url>
<author email="[email protected]">Livox-SDK</author>
<license>MIT License</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake</build_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>