-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.xml
More file actions
35 lines (32 loc) · 1.64 KB
/
Copy pathpackage.xml
File metadata and controls
35 lines (32 loc) · 1.64 KB
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
<?xml version="1.0"?>
<package format="2">
<name>asctec_autopilot</name>
<version>0.1.0</version>
<description>This is the hardware driver for the AscTec AutoPilot built by Ascending Technologies GmbH. http://www.asctec.de. It should be compatible with the Hummingbird and Pelican quadrotor aircraft. This driver is not yet complete and the interfaces are not yet finalized. Full functionality will be supported in the near future. Contributions are welcome.</description>
<maintainer email="todo@todo.todo">William Morris</maintainer>
<maintainer email="todo@todo.todo">Ivan Dryanovski</maintainer>
<maintainer email="todo@todo.todo">Steven Bellens</maintainer>
<maintainer email="todo@todo.todo">Patrick Bouffard</maintainer>
<license>GPL</license>
<url>http://ros.org/wiki/asctec_autopilot</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>nodelet</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>diagnostic_updater</build_depend>
<build_depend>asctec_msgs</build_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>nodelet</exec_depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>diagnostic_updater</exec_depend>
<exec_depend>asctec_msgs</exec_depend>
<!--export>
<nodelet plugin="${prefix}/autopilot_nodelet.xml" />
</export-->
</package>