forked from mavlink/mavros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (31 loc) · 1.08 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
<?xml version="1.0"?>
<package format="2">
<name>mavros_extras</name>
<version>0.23.1</version>
<description>
Extra nodes and plugins for <a href="http://wiki.ros.org/mavros">MAVROS</a>.
</description>
<maintainer email="[email protected]">Vladimir Ermakov</maintainer>
<author email="[email protected]">Vladimir Ermakov</author>
<license>GPLv3</license>
<license>LGPLv3</license>
<license>BSD</license>
<url type="website">http://wiki.ros.org/mavros_extras</url>
<url type="repository">https://github.com/mavlink/mavros.git</url>
<url type="bugtracker">https://github.com/mavlink/mavros/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<depend>mavros</depend>
<depend>roscpp</depend>
<depend>geometry_msgs</depend>
<depend>mavros_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<depend>urdf</depend>
<depend>tf</depend>
<export>
<mavros plugin="${prefix}/mavros_plugins.xml" />
<rosdoc config="rosdoc.yaml" />
</export>
</package>