-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
30 lines (19 loc) · 896 Bytes
/
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>tello_msgs</name>
<version>0.1.0</version>
<description>Tello ROS messages</description>
<maintainer email="[email protected]">Clyde McQueen</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/clydemcqueen/tello_ros.git</url>
<url type="bugtracker">https://github.com/clydemcqueen/tello_ros/issues</url>
<author>Clyde McQueen</author>
<author>Peter Mullen</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<exec_depend>message_runtime</exec_depend>
<build_export_depend>message_runtime</build_export_depend>
<build_export_depend>std_msgs</build_export_depend>
</package>