Skip to content

Commit fff53f6

Browse files
committed
enable on-demand unloading
1 parent ecdf912 commit fff53f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pluginlib/class_loader_imp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace pluginlib
5555
package_(package),
5656
base_class_(base_class),
5757
attrib_name_(attrib_name),
58-
lowlevel_class_loader_(false) //NOTE: The parameter to the class loader enables/disables on-demand class loading/unloading. Leaving it off for now...libraries will be loaded immediately and won't be unloaded until class loader is destroyed or force unload.
58+
lowlevel_class_loader_(true) // Enable on-demand class loading/unloading
5959
/***************************************************************************/
6060
{
6161
ROS_DEBUG_NAMED("pluginlib.ClassLoader","Creating ClassLoader, base = %s, address = %p", base_class.c_str(), this);

0 commit comments

Comments
 (0)