forked from mavlink/mavros
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
50 lines (45 loc) · 1.75 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>
<package>
<name>mavros</name>
<version>0.4.1</version>
<description>
MAVROS -- MAVLink extendable communication node for ROS
with UDP proxy for Ground Control Station.
</description>
<maintainer email="[email protected]">Vladimir Ermakov</maintainer>
<author email="[email protected]">Vladimir Ermakov</author>
<license>GPLv3</license>
<url type="website">http://wiki.ros.org/mavros</url>
<url type="repository">https://github.com/vooon/mavros.git</url>
<url type="bugtracker">https://github.com/vooon/mavros/issues</url>
<!-- The *_depend tags are used to specify dependencies -->
<!-- Dependencies can be catkin packages or system dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<build_depend>boost</build_depend>
<build_depend>diagnostic_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>boost</run_depend>
<run_depend>diagnostic_msgs</run_depend>
<run_depend>diagnostic_updater</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>tf</run_depend>
<test_depend>gtest</test_depend>
<export>
<mavros plugin="${prefix}/mavros_plugins.xml" />
<rosdoc config="rosdoc.yaml" />
</export>
</package>