forked from BehaviorTree/BehaviorTree.CPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
35 lines (25 loc) · 1.05 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
<?xml version="1.0"?>
<package format="3">
<name>behaviortree_cpp</name>
<version>4.0.1</version>
<description>
This package provides the Behavior Trees core library.
</description>
<maintainer email="[email protected]">Davide Faconti</maintainer>
<license>MIT</license>
<author>Davide Faconti</author>
<build_depend>ros_environment</build_depend>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<depend condition="$ROS_VERSION == 1">roslib</depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend condition="$ROS_VERSION == 2">rclcpp</depend>
<depend condition="$ROS_VERSION == 2">ament_index_cpp</depend>
<build_depend>libboost-dev</build_depend>
<depend>libzmq3-dev</depend>
<depend>libncurses-dev</depend>
<test_depend condition="$ROS_VERSION == 2">ament_cmake_gtest</test_depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>