We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hpp-affordance-corba/src/server.cc
Line 54 in a564dcd
To avoid errors as : hpp_idl.hpp.Error(msg="No 'Support' affordance type found Afford::createOperations ()")
hpp_idl.hpp.Error(msg="No 'Support' affordance type found Afford::createOperations ()")
When creating a new context, need to do one of these two step in python to make it work :
loadServerPlugin(nameContext, 'rbprm-corba.so')
loadServerPlugin(nameContext, 'affordance-corba.so')
afftool.client.affordance.affordance.resetAffordanceConfig()
We also need to change affordanceTool to take in parameter the context, and to make him create his clients with this new context.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hpp-affordance-corba/src/server.cc
Line 54 in a564dcd
To avoid errors as :
hpp_idl.hpp.Error(msg="No 'Support' affordance type found Afford::createOperations ()")
When creating a new context, need to do one of these two step in python to make it work :
loadServerPlugin(nameContext, 'rbprm-corba.so')
andloadServerPlugin(nameContext, 'affordance-corba.so')
after selecting the new problem.afftool.client.affordance.affordance.resetAffordanceConfig()
after creating the affordanceTool.We also need to change affordanceTool to take in parameter the context, and to make him create his clients with this new context.
The text was updated successfully, but these errors were encountered: