-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
41 lines (32 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
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<package format="2">
<name>rosflight</name>
<version>1.0.0</version>
<description>Package for interfacing to the ROSflight autopilot firmware over MAVLink</description>
<maintainer email="[email protected]">Daniel Koch</maintainer>
<author email="[email protected]">Daniel Koch</author>
<author email="[email protected]">James Jackson</author>
<license>BSD</license>
<url type="website">http://rosflight.org</url>
<url type="repository">https://github.com/rosflight/rosflight</url>
<url type="bugtracker">https://github.com/rosflight/rosflight/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<!-- ROS packages -->
<depend>roscpp</depend>
<depend>rosflight_msgs</depend>
<depend>eigen_stl_containers</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>nav_msgs</depend>
<depend>std_srvs</depend>
<depend>tf</depend>
<!-- system libraries -->
<depend>boost</depend>
<depend>eigen</depend>
<depend>yaml-cpp</depend>
<build_depend>git</build_depend>
<build_depend>pkg-config</build_depend>
<export>
</export>
</package>