forked from BehaviorTree/BehaviorTree.CPP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (23 loc) · 967 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
<?xml version="1.0"?>
<package format="3">
<name>behaviortree_cpp_v3</name>
<version>3.5.6</version>
<description>
This package provides the Behavior Trees core library.
</description>
<maintainer email="[email protected]">Davide Faconti</maintainer>
<license>MIT</license>
<author>Michele Colledanchise</author>
<author>Davide Faconti</author>
<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>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>