forked from tum-vision/tum_ardrone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
24 lines (20 loc) · 701 Bytes
/
manifest.xml
File metadata and controls
24 lines (20 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<package>
<description brief="tum_ardrone">
Autonomous flight with the AR.Drone using PTAM
</description>
<author>Jakob Engel (jajuengel@gmail.com)</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/tum_ardrone</url>
<depend package="ardrone_autonomy"/>
<depend package="cv_bridge"/>
<depend package="dynamic_reconfigure"/>
<depend package="sensor_msgs"/>
<depend package="std_srvs"/>
<depend package="std_msgs"/>
<depend package="geometry_msgs"/>
<rosdep name="qt4"/>
<rosdep name="libblas-dev"/>
<rosdep name="liblapack-dev"/>
<export><cpp cflags="-I${prefix}/srv/cpp -I${prefix}/msg/cpp"/></export>
</package>