-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.xml
59 lines (51 loc) · 2.49 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
<package format="3">
<name>geometric_shapes</name>
<version>0.7.7</version>
<description>Generic definitions of geometric shapes and bodies.</description>
<author email="isucan@google.com">Ioan Sucan</author>
<author email="gjones@willowgarage.edu">Gil Jones</author>
<maintainer email="tyler@picknik.ai">Tyler Weaver</maintainer>
<maintainer email="rhaschke@techfak.uni-bielefeld.de">Robert Haschke</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/geometric_shapes</url>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<build_depend>assimp-dev</build_depend>
<build_depend>boost</build_depend>
<build_depend>eigen</build_depend>
<build_depend>eigen_stl_containers</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<build_depend condition="$ROS_DISTRO != noetic">libfcl-dev</build_depend>
<build_depend condition="$ROS_DISTRO == noetic">fcl</build_depend>
<build_depend>libqhull</build_depend>
<build_depend>octomap</build_depend>
<build_depend>pkg-config</build_depend>
<build_depend>random_numbers</build_depend>
<build_depend>resource_retriever</build_depend>
<build_depend>shape_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_export_depend>assimp-dev</build_export_depend>
<build_export_depend>boost</build_export_depend>
<build_export_depend>eigen</build_export_depend>
<build_export_depend>eigen_stl_containers</build_export_depend>
<build_export_depend>libconsole-bridge-dev</build_export_depend>
<build_export_depend>libqhull</build_export_depend>
<build_export_depend>octomap</build_export_depend>
<build_export_depend>random_numbers</build_export_depend>
<build_export_depend>resource_retriever</build_export_depend>
<build_export_depend>shape_msgs</build_export_depend>
<build_export_depend>visualization_msgs</build_export_depend>
<exec_depend>assimp</exec_depend>
<exec_depend>boost</exec_depend>
<exec_depend>eigen</exec_depend>
<exec_depend>eigen_stl_containers</exec_depend>
<exec_depend>libconsole-bridge-dev</exec_depend>
<exec_depend condition="$ROS_DISTRO != noetic">libfcl-dev</exec_depend>
<exec_depend condition="$ROS_DISTRO == noetic">fcl</exec_depend>
<exec_depend>libqhull</exec_depend>
<exec_depend>octomap</exec_depend>
<exec_depend>random_numbers</exec_depend>
<exec_depend>resource_retriever</exec_depend>
<exec_depend>shape_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<test_depend>rosunit</test_depend>
</package>