forked from BehaviorTree/Groot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
29 lines (21 loc) · 859 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
<?xml version="1.0"?>
<package>
<name>groot</name>
<version>1.0.0</version>
<description>Graphical editor to create behaviour trees</description>
<maintainer email="[email protected]">Davide Faconti</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<license>MIT</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>behaviortree_cpp_v3</build_depend>
<run_depend>pluginlib</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>behaviortree_cpp_v3</run_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>