8 #include <openrave/plugin.h> 14 OpenRAVE::InterfaceBasePtr
CreateInterfaceValidated(OpenRAVE::InterfaceType type,
const std::string& interfacename, std::istream& sinput, OpenRAVE::EnvironmentBasePtr penv)
16 if (type == OpenRAVE::PT_CollisionChecker && interfacename ==
"or_octomap_checker")
21 return InterfaceBasePtr();
26 info.interfacenames[OpenRAVE::PT_CollisionChecker].push_back(
"or_octomap_checker");
OPENRAVE_PLUGIN_API void DestroyPlugin()
OpenRAVE::InterfaceBasePtr CreateInterfaceValidated(OpenRAVE::InterfaceType type, const std::string &interfacename, std::istream &sinput, OpenRAVE::EnvironmentBasePtr penv)
void GetPluginAttributesValidated(OpenRAVE::PLUGININFO &info)