AutoAPMS
Resilient Robot Mission Management
|
#include <auto_apms_behavior_tree/resource/tree_builder_class_loader.hpp>
Public Member Functions | |
TreeBuilderClassLoader (const std::set< std::string > &search_packages={}) | |
Version of pluginlib::ClassLoader specifically for loading installed behavior tree builder plugins.
Definition at line 27 of file tree_builder_class_loader.hpp.
TreeBuilderClassLoader | ( | const std::set< std::string > & | search_packages = {} | ) |
TreeBuilderClassLoader constructor.
search_packages | Packages to consider when searching for plugin resources. Leave empty to search in all packages. |
auto_apms_core::exceptions::ResourceNotFoundError | if failed to find a pluginlib plugin manifest file in a package specified in search_packages or if an ament_index resource marker file is invalid. |
Definition at line 22 of file tree_builder_class_loader.cpp.