-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
39 lines (28 loc) · 1.44 KB
/
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
34
35
36
37
38
39
<?xml version="1.0"?>
<package format="2">
<name>autonomy_engine</name>
<version>1.0.0</version>
<description>The CNS-FLIGHT STACK Autonomy package</description>
<maintainer email="[email protected]">Alessandro Fornasier</maintainer>
<license>BSD-2-Clause-License with no commercial use allowed. No license in patents is granted.</license>
<author email="[email protected]">Alessandro Fornasier</author>
<!-- Use depend as a shortcut for packages that are both build and exec dependencies -->
<depend>roscpp</depend>
<depend>std_msgs</depend>
<!-- Use build_depend for packages you need at compile time: -->
<build_depend>watchdog_msgs</build_depend>
<build_depend>ros_watchdog</build_depend>
<build_depend>mission_sequencer</build_depend>
<build_depend>message_generation</build_depend>
<!-- Use build_export_depend for packages you need in order to build against this package: -->
<!-- Use buildtool_depend for build tool packages: -->
<buildtool_depend>catkin</buildtool_depend>
<!-- Use exec_depend for packages you need at runtime: -->
<exec_depend>message_runtime</exec_depend>
<!-- Use test_depend for packages you need only for testing: -->
<!-- Use doc_depend for packages you need only for building documentation: -->
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>