From 4a9ed1a6ae4b859bfe71a44d25763ac36d78cea2 Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Fri, 9 Oct 2020 11:27:08 -0300 Subject: [PATCH] Update package maintainers. (#170) Signed-off-by: Michel Hidalgo --- package.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.xml b/package.xml index 40dc0a2c..0dac59a8 100644 --- a/package.xml +++ b/package.xml @@ -6,7 +6,8 @@ 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 said exported classes without the explicit declaration (i.e. header file) for those classes. - Steven! Ragnarök + Michael Carroll + Michel Hidalgo BSD http://ros.org/wiki/class_loader @@ -14,6 +15,7 @@ https://github.com/ros/class_loader Mirza Shah + Steven! Ragnarök catkin