-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
39 lines (28 loc) · 1018 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
33
34
35
36
37
38
39
<?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>geolib2</name>
<version>0.1.0</version>
<description>Shape and pose library used in many TUe applications/libraries</description>
<author email="[email protected]">Sjoerd van den Dries</author>
<maintainer email="[email protected]">Matthijs van der Burgh</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>assimp</depend>
<depend>libconsole-bridge-dev</depend>
<depend>cv_bridge</depend>
<depend>image_geometry</depend>
<depend>sensor_msgs</depend>
<depend>shape_msgs</depend>
<depend>tf</depend>
<depend>tf2</depend>
<build_depend>code_profiler</build_depend>
<exec_depend>code_profiler</exec_depend>
<test_depend>catkin_lint_cmake</test_depend>
<doc_depend>doxygen</doc_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>