forked from BehaviorTree/btcpp_sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
21 lines (16 loc) · 667 Bytes
/
package.xml
File metadata and controls
21 lines (16 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<package format="3">
<name>btcpp_sample</name>
<version>0.1.0</version>
<description>Dummy project to check compiling</description>
<maintainer email="davide.faconti@gmail.com">Davide Faconti</maintainer>
<license>MIT</license>
<author>Davide Faconti</author>
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend>
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>behaviortree_cpp</depend>
<export>
<build_type condition="$ROS_VERSION == 1">catkin</build_type>
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type>
</export>
</package>