-
Notifications
You must be signed in to change notification settings - Fork 41
/
manifest.xml
39 lines (27 loc) · 1.14 KB
/
manifest.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
<package>
<description brief="crazyflieROS">
This package serves as a server for the crazyflie. It is a python GUI which allows you to connect to a flie, configure params and logging configurations and exposes sensor readings to ROS. One can also send the flie roll/pitch/yaw/thrust commands
</description>
<author>Oliver Dunkley</author>
<maintainer email="[email protected]">Oliver Dunkley</maintainer>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>https://github.com/omwdunkley/crazyflieROS/blob/master/README.md</url>
<depend package="rospy"/>
<depend package="tf"/>
<depend package="joy"/>
<depend package="sensor_msgs"/>
<depend package="dynamic_reconfigure"/>
<depend package="cv_bridge"/>
<!-- Only needs if using the flieTracker node -->
<rosdep name="opencv"/>
<rosdep name="freenect_launch"/>
<depend package="geometry_msgs"/>
<depend package="image_geometry"/>
<depend package="image_transport"/>
<depend package="std_msgs"/>
<depend package="std_srvs"/>
<depend package="tf_conversions"/>
<depend package="rospy"/>
<rosdep name="python-numpy" />
</package>