This defines stomp's optimization task. More...
Go to the source code of this file.
Classes | |
struct | PluginData |
Packs plugin information into a single struct. More... | |
Namespaces | |
stomp_moveit | |
Typedefs | |
using | PluginConfigs = std::vector< std::pair< std::string, XmlRpc::XmlRpcValue > > |
Functions | |
template<typename PluginPtr , typename ClassLoaderPtr > | |
bool | loadPlugins (const PluginData plugin_data, ClassLoaderPtr class_loader, std::vector< PluginPtr > &plugin_array) |
bool | parsePluginConfigs (XmlRpc::XmlRpcValue config, std::string param_name, PluginConfigs &plugins) |
Convenience method to load an array of STOMP plugins. More... | |
This defines stomp's optimization task.
Definition in file stomp_optimization_task.cpp.
bool parsePluginConfigs | ( | XmlRpc::XmlRpcValue | config, |
std::string | param_name, | ||
PluginConfigs & | plugins | ||
) |
Convenience method to load an array of STOMP plugins.
config | The parameter value |
param_name | The parameter name that contains the plugin |
plugins | An array of found plugins and their corresponding parameter value |
Definition at line 43 of file stomp_optimization_task.cpp.