Skip to content

Commit

Permalink
fix interfacename so OpenRAVE can find openraveyarppluginloader, #47
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Dec 3, 2017
1 parent ed19af1 commit b89e4a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class OpenraveYarpPluginLoader : public OpenRAVE::ModuleBase

OpenRAVE::InterfaceBasePtr CreateInterfaceValidated(OpenRAVE::InterfaceType type, const std::string& interfacename, std::istream& sinput, OpenRAVE::EnvironmentBasePtr penv)
{
if( type == OpenRAVE::PT_Module && interfacename == "openraveyarpcontrolboard" )
if( type == OpenRAVE::PT_Module && interfacename == "openraveyarppluginloader")
{
return OpenRAVE::InterfaceBasePtr(new OpenraveYarpPluginLoader(penv));
}
Expand Down

0 comments on commit b89e4a3

Please sign in to comment.