-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.xml
39 lines (30 loc) · 1.09 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
<?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>ed_localization</name>
<version>0.0.0</version>
<description>No description available</description>
<author>Sjoerd van den Dries</author>
<maintainer email="[email protected]">Matthijs van der Burgh</maintainer>
<license>BSD-2-Clause</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>ed</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>tf2_ros</build_depend>
<exec_depend>ed</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>tf2_geometry_msgs</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<doc_depend>doxygen</doc_depend>
<export>
<ed plugin="${prefix}/plugins.xml" />
<rosdoc config="rosdoc.yaml" />
</export>
</package>