forked from moveit/moveit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
80 lines (70 loc) · 2.83 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>moveit_core</name>
<version>2.7.2</version>
<description>Core libraries used by MoveIt</description>
<maintainer email="[email protected]">Henning Kayser</maintainer>
<maintainer email="[email protected]">Tyler Weaver</maintainer>
<maintainer email="[email protected]">Michael Görner</maintainer>
<maintainer email="[email protected]">MoveIt Release Team</maintainer>
<license>BSD-3-Clause</license>
<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit2/issues</url>
<url type="repository">https://github.com/ros-planning/moveit2</url>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<author email="[email protected]">Acorn Pooley</author>
<author email="[email protected]">Dave Coleman</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<buildtool_depend>eigen3_cmake_module</buildtool_depend>
<buildtool_export_depend>eigen3_cmake_module</buildtool_export_depend>
<depend>generate_parameter_library</depend>
<depend>moveit_common</depend>
<depend>angles</depend>
<depend>rclcpp</depend>
<depend>common_interfaces</depend>
<depend>assimp</depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>bullet</depend>
<depend>eigen_stl_containers</depend>
<depend>libfcl-dev</depend>
<depend>geometric_shapes</depend>
<depend>geometry_msgs</depend>
<depend>kdl_parser</depend>
<depend>urdf</depend>
<depend>urdfdom</depend>
<depend>urdfdom_headers</depend>
<depend>moveit_msgs</depend>
<depend>octomap</depend>
<depend>octomap_msgs</depend>
<depend>pluginlib</depend>
<depend>pybind11_vendor</depend>
<depend>random_numbers</depend>
<depend>sensor_msgs</depend>
<depend>shape_msgs</depend>
<depend>srdfdom</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_eigen</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_kdl</depend>
<depend>trajectory_msgs</depend>
<depend>visualization_msgs</depend>
<depend>ruckig</depend>
<doc_depend>python3-sphinx-rtd-theme</doc_depend>
<test_depend>moveit_resources_panda_moveit_config</test_depend>
<test_depend>moveit_resources_pr2_description</test_depend>
<test_depend>angles</test_depend>
<test_depend>orocos_kdl_vendor</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_index_cpp</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>