-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (25 loc) · 1.01 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
<?xml version="1.0" encoding="utf-8" ?>
<package format="3">
<name>example_behaviors</name>
<version>6.5.0</version>
<description>Example behaviors for MoveIt Pro</description>
<maintainer email="[email protected]">MoveIt Pro Maintainer</maintainer>
<author email="[email protected]">MoveIt Pro Maintainer</author>
<license>BSD-3-Clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>moveit_studio_common</build_depend>
<depend>moveit_studio_behavior_interface</depend>
<depend>example_interfaces</depend>
<depend>perception_pcl</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>moveit_studio_vision_msgs</depend>
<depend>moveit_studio_vision</depend>
<depend>moveit_studio_behavior</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_clang_format</test_depend>
<test_depend>ament_clang_tidy</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>