-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
33 lines (26 loc) · 986 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
31
32
33
<?xml version="1.0"?>
<package format="2">
<name>gsft_control</name>
<version>0.0.0</version>
<description>Gain Scheduling Fault Tolerant Control</description>
<maintainer email="[email protected]">Duc-Tien Nguyen</maintainer>
<license>BSD</license>
<author email="[email protected]">Duc-Tien Nguyen</author>
<author email="[email protected]">Andre Nguyen</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>dynamic_reconfigure</depend>
<depend>roscpp</depend>
<depend>cmake_modules</depend>
<depend>geometry_msgs</depend>
<depend>mav_msgs</depend>
<depend>asctec_hl_comm</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>message_generation</depend>
<depend>std_msgs</depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>