-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.xml
40 lines (30 loc) · 1.55 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
<?xml version="1.0"?>
<package format="2">
<name>class_loader</name>
<version>2.8.0</version>
<description>
The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library.
class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of these exported classes without the explicit declaration (i.e. header file) for those classes.
</description>
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/class_loader</url>
<author>Dirk Thomas</author>
<author email="[email protected]">Michael Carroll</author>
<author email="[email protected]">Michel Hidalgo</author>
<author>Mirza Shah</author>
<author email="[email protected]">Steven! Ragnarök</author>
<build_depend>console_bridge_vendor</build_depend>
<build_depend>libconsole-bridge-dev</build_depend>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<exec_depend>console_bridge_vendor</exec_depend>
<exec_depend>libconsole-bridge-dev</exec_depend>
<depend>rcpputils</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>