Skip to content

Commit 321d9c2

Browse files
authored
Update package maintainers. (#169)
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent 9c0875c commit 321d9c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
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-
<maintainer email="[email protected]">Steven! Ragnarök</maintainer>
9+
<maintainer email="[email protected]">Michael Carroll</maintainer>
10+
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
1011
<license>BSD</license>
1112

1213
<url type="website">http://ros.org/wiki/class_loader</url>
1314
<author>Mirza Shah</author>
1415
<author>Dirk Thomas</author>
16+
<author email="[email protected]">Steven! Ragnarök</author>
1517

1618
<build_depend>console_bridge_vendor</build_depend>
1719
<build_depend>libconsole-bridge-dev</build_depend>

0 commit comments

Comments
 (0)