Skip to content

Commit e66d703

Browse files
authored
Update maintainers to Geoffrey Biggs and Michael Carroll (#190)
Signed-off-by: Audrow Nash <[email protected]>
1 parent 4129376 commit e66d703

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library.
77
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.
88
</description>
9+
10+
<maintainer email="[email protected]">Geoffrey Biggs</maintainer>
911
<maintainer email="[email protected]">Michael Carroll</maintainer>
10-
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
12+
1113
<license>BSD</license>
1214

1315
<url type="website">http://ros.org/wiki/class_loader</url>
14-
<author>Mirza Shah</author>
16+
1517
<author>Dirk Thomas</author>
18+
<author email="[email protected]">Michel Hidalgo</author>
19+
<author>Mirza Shah</author>
1620
<author email="[email protected]">Steven! Ragnarök</author>
1721

1822
<build_depend>console_bridge_vendor</build_depend>

0 commit comments

Comments
 (0)