libclass-loader-dev

Development files for robot os class_loader library
  http://wiki.ros.org/class_loader
  0
  no reviews



This package is part of robot os (ros). 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.

this package contains the development files for the library.