Go to the documentation of this file.
25 #include <RobotComponents/interface/components/GraspingManager/GraspSelectionManagerInterface.h>
39 defineOptionalProperty<std::string>(
"GraspSelectionManagerName",
"GraspSelectionManager",
"Name of the GraspSelectionManager proxy");
44 virtual public GraspSelectionCriterionInterface,
GraspSelectionCriterionBase()
ABC for the GraspSelectionCriterion.
void onConnectComponent() override
Pure virtual hook for the subclass.
void onInitComponent() override
Pure virtual hook for the subclass.
PropertyDefinitionsPtr createPropertyDefinitions() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
virtual void onConnectGraspSelectionCriterion()=0
GraspSelectionManagerInterfacePrx graspSelectionManager
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
GraspSelectionCriterionPropertyDefinitions(std::string prefix)
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
virtual void onInitGraspSelectionCriterion()=0
This file offers overloads of toIce() and fromIce() functions for STL container types.