Tesseract
Motion Planning Environment
|
The kinematics plugin information structure. More...
#include <types.h>
Public Member Functions | |
void | insert (const KinematicsPluginInfo &other) |
Insert the content of an other KinematicsPluginInfo. More... | |
void | clear () |
Clear the contents. More... | |
bool | empty () const |
Check if structure is empty. More... | |
bool | operator== (const KinematicsPluginInfo &rhs) const |
bool | operator!= (const KinematicsPluginInfo &rhs) const |
Public Attributes | |
std::set< std::string > | search_paths |
A list of paths to search for plugins. More... | |
std::set< std::string > | search_libraries |
A list of library names without the prefix or suffix that contain plugins. More... | |
std::map< std::string, tesseract_common::PluginInfoContainer > | fwd_plugin_infos |
A map of group name to forward kinematics plugin information. More... | |
std::map< std::string, tesseract_common::PluginInfoContainer > | inv_plugin_infos |
A map of group name to inverse kinematics plugin information. More... | |
Static Public Attributes | |
static const std::string | CONFIG_KEY { "kinematic_plugins" } |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
The kinematics plugin information structure.
void tesseract_common::KinematicsPluginInfo::clear | ( | ) |
Clear the contents.
bool tesseract_common::KinematicsPluginInfo::empty | ( | ) | const |
Check if structure is empty.
void tesseract_common::KinematicsPluginInfo::insert | ( | const KinematicsPluginInfo & | other | ) |
Insert the content of an other KinematicsPluginInfo.
bool tesseract_common::KinematicsPluginInfo::operator!= | ( | const KinematicsPluginInfo & | rhs | ) | const |
bool tesseract_common::KinematicsPluginInfo::operator== | ( | const KinematicsPluginInfo & | rhs | ) | const |
|
private |
|
friend |
|
inlinestatic |
std::map<std::string, tesseract_common::PluginInfoContainer> tesseract_common::KinematicsPluginInfo::fwd_plugin_infos |
A map of group name to forward kinematics plugin information.
std::map<std::string, tesseract_common::PluginInfoContainer> tesseract_common::KinematicsPluginInfo::inv_plugin_infos |
A map of group name to inverse kinematics plugin information.
std::set<std::string> tesseract_common::KinematicsPluginInfo::search_libraries |
A list of library names without the prefix or suffix that contain plugins.
std::set<std::string> tesseract_common::KinematicsPluginInfo::search_paths |
A list of paths to search for plugins.