-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.xml
39 lines (32 loc) · 1.39 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_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>pluginlib</name>
<version>5.6.0</version>
<description>
The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
To work, these tools require plugin providers to register their plugins in the package.xml of their package.
</description>
<maintainer email="[email protected]">Chris Lalancette</maintainer>
<license>BSD</license>
<url type="bugtracker">https://github.com/ros/pluginlib/issues</url>
<url type="repository">https://github.com/ros/pluginlib</url>
<author>Dirk Thomas</author>
<author>Eitan Marder-Eppstein</author>
<author email="[email protected]">Michael Carroll</author>
<author>Mirza Shah</author>
<author email="[email protected]">Steven! Ragnarök</author>
<author>Tully Foote</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>ament_index_cpp</depend>
<depend>class_loader</depend>
<depend>rcutils</depend>
<depend>rcpputils</depend>
<depend>tinyxml2_vendor</depend>
<test_depend>ament_cmake_gtest</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>