forked from mavlink/mavlink-gbp-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
31 lines (25 loc) · 985 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>mavlink</name>
<version>2018.6.6</version>
<description>MAVLink message marshaling library.
This package provides C-headers and C++11 library
for both 1.0 and 2.0 versions of protocol.
For pymavlink use separate install via rosdep (python-pymavlink).
</description>
<maintainer email="vooon341@gmail.com">Vladimir Ermakov</maintainer>
<url type="website">http://qgroundcontrol.org/mavlink/</url>
<url type="repository">https://github.com/mavlink/mavlink.git</url>
<url type="bugtracker">https://github.com/mavlink/mavlink/issues</url>
<author>Lorenz Meier</author>
<license>LGPLv3</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>python</depend>
<build_depend>python-setuptools</build_depend>
<build_depend>python-lxml</build_depend>
<build_depend>python-future</build_depend>
<exec_depend>catkin</exec_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>